Specifies the text displayed by the component.
Declaration
componentObj.Lines
Read-Write Property | A TStrings object |
componentObj | One of the user forms components listed in the Applies To section |
Applies To
The property applies to the following components:
Description
The Lines
property lets you get or set the text displayed by the component as a list of strings. Using methods and properties of the returned TStrings
object, you can add or delete lines of text, change their order, access single lines and so on.
Property Value
A TStrings
object which lets you work with the strings list.