TStrings.Count

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

Returns the number of strings in the given TStrings object.

Declaration

TStringsObj.Count
Read-Only Property Integer
TStringsObj     A TStrings object  

Description

The TStrings.Count property returns the number of strings actually stored in TStringObj. To determine how many strings can be stored in TStringObj, use the Capacity property.

Property Value

An integer value that signifies the number of strings actually stored in the TStringObj object.

See Also

TStrings.Capacity
TStrings.Items

Highlight search results