with InplaceMemo.Editor do
begin
WantReturns := True;
WantTabs := True;
end;
This does not, however, allow the user to use the Enter key for moving to the next line in the inplace memo editor.
These properties appear to have no affect.
Is there some setting that would enable these or is this a bug?
Raymond
Comments