Links
EControl Syntax Editor SDK
TCustomSyntaxMemo.MultiLine Property

Specifies whether syntax memo works like multi-line or single-line edit control.

property MultiLine: Boolean;

By default MultiLine is True. 

Set MultiLine to False to get single line edit control. When syntax memo works as single-line edit control it renders only first line from Lines, disables moving caret from first line, disables line break operations, does not process VK_RETURN, etc.

Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!