RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractNamedVariants.Names Property

Lists the names of all the Variants in the list.

Pascal
property Names [Index: Integer]: string;
C++
__property AnsiString Names[int Index];

Read Names to obtain the name of a Variant in the list. 

Index is the position of the name (and its corresponding Variant) in the named Variants list. The value of Index falls in the range from 0 to Count – 1. 

 

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