Back to Devexpress

TcxCustomMemo.Lines Property

vcl-cxmemo-dot-tcxcustommemo.md

latest879 B
Original Source

TcxCustomMemo.Lines Property

Represents a list of strings displayed by a memo editor.

Declaration

delphi
property Lines: TStrings read; write;

Property Value

Type
TStrings

Remarks

Use Lines to manipulate text within a memo control. Using methods and properties of the TStrings class, you can add, delete or access a specific line of text. The Text property is inherited from the TControl class and it allows you to work with all the text at once.

See Also

TcxCustomMemo Class

TcxCustomMemo Members

cxMemo Unit