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.