RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractNamedVariants.Values Property

Lists the Variants in the list by name.

Pascal
property Values [const Name: string]: Variant;
C++
__property Variant Values[AnsiString const Name];

Read Values to look up the Variant that is stored under a particular name. Set Values to change the Variant associated with a name, or to add a new name and Variant to the list. 

Name is the name of the Variant. If there is no Variant in the list with the specified name, reading Values gives an unassigned Variant, and setting Values adds a new name and Variant to the list. 

 

Count 

Values 

Variants

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!