RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractNamedVariants Methods

The methods of the TAbstractNamedVariants class are listed here.

 
Name 
Description 
 
Compares two strings. 
 
Allows the list of names and their corresponding Variant values to be saved with the named Variants list. 
 
Raises an ENamedVariantsError exception. 
 
Get 
Retrieves the name and Variant stored at a specified position in the list. 
 
Returns the value of the Capacity property. 
 
Returns the value of the Count property. 
 
Put 
Stores a name/Variant pair at a specified position in the list. 
 
Sets the value of the Capacity property. 
 
Responds when an update operation begins or ends. 
 
Name 
Description 
 
Add 
Adds a named Variant to the end of the list. 
 
Adds a named Variant to the end of the list. 
 
Copies the list of named Variants from another object. 
 
Signals the start of an update operation. 
 
Empties the list of all its name/Variant pairs. 
 
Deletes an entry from the list. 
 
Signals the end of an update operation. 
 
Compares this named Variants list with another one. 
 
Swaps the positions of two items in the list. 
 
Returns the index of the first item in the list with a specified name. 
 
Inserts a name/Variant pair at a specified position. 
 
Move 
Moves a name/Variant pair to a new position in the list. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!