TcxCustomMemoProperties.WordWrap Property
In This Article
Determines whether long strings are wrapped within a memo editor.
#Declaration
Delphi
property WordWrap: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
If WordWrap is True and there is no horizontal scrollbar, long strings are wrapped at the right edge of a memo control. Otherwise, a long string that does not contain return characters is displayed in a single line.
The default value of the WordWrap property is True.
See Also