Show: Delphi
C++
Display Preferences
Counting the Strings in a List
From RAD Studio
Go Up to Working with String Lists
The read-only Count property returns the number of strings in the list.
Since string lists use zero-based indexes, Count is one more than the index of the last string.