Lines Property

Applies to TestComplete 15.63, last modified on April 23, 2024

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:

TcxMemo

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.

See Also

TStrings Object

Highlight search results