TcxCustomRichEdit.Lines Property
In This Article
Represents a list of strings displayed by a rich text editor.
#Declaration
Delphi
property Lines: TStrings read; write;
#Property Value
Type |
---|
TStrings |
#Remarks
Use Lines to manipulate text within a rich text control. Using the 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