Back to Devexpress

TcxCustomRichEdit.Lines Property

vcl-cxrichedit-dot-tcxcustomrichedit.md

latest929 B
Original Source

TcxCustomRichEdit.Lines Property

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

TcxCustomRichEdit Class

TcxCustomRichEdit Members

cxRichEdit Unit