TcxCustomMemo.Lines Property
Represents a list of strings displayed by a memo editor.
#Declaration
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.