Counting the Strings in a List

From RAD Studio
Jump to: navigation, search

Go Up to Manipulating Strings in a List


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.

See Also