RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWideStrings.Count Property

Introduces an abstract property to represent the number of strings in the list.

Pascal
property Count: Integer;
C++
__property int Count;

Descendants of TWideStrings implement a Count property to indicate the number of strings in the list. 

Use the Count property when iterating over all the strings in the list, or when trying to locate the position of a string relative to the last string in the list. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!