RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractNamedVariants.Append Method

Adds a named Variant to the end of the list.

Pascal
procedure Append(const S: string; const AValue: Variant);
C++
__fastcall Append(const AnsiString S, const Variant AValue);

Call Append to add a name/Variant pair to the end of the list. Append simply calls the Add method to add the specified name and its associated Variant value. 

S is the name of the Variant value. This can be used to look up the value using the Values property. 

AValue is the Variant value to associate with S. 

 

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