Multiline
Specify whether text inside cells will be displayed in multiple rows if line-break characters are placed within string.
pas
property MultiLine: Boolean read FMultiLine write SetMultiline default False;
Remarks
This property should not be confused with WrapKind
property.
Inplace-edit will be single-line even if this property is set to True
. To enable multi-line editing use TNxMemoColumn instead.