RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractNamedVariants.Count Property

Indicates the number of name/value pairs in the list.

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

Read Count to determine the number of values the list contains. Count acts as an upper bound to the index that you can use for the Names and Variants properties. 

 

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