RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDictionary Members

The following tables list the members exposed by TDictionary.

 
Name 
Description 
 
TDictionary.TKeyCollection is the container class for the collection of keys in the dictionary. 
 
TDictionary.TKeyEnumerator is the enumerator class for the keys in the dictionary. 
 
TDictionary.TPairEnumerator is the enumerator class for the pairs in the dictionary. 
 
TDictionary.TValueCollection is the container class for the collection of values in the dictionary. 
 
TDictionary.TValueEnumerator is the enumerator class for the values in the dictionary. 
 
Name 
Description 
 
Returns the container's enumerator. 
 
Triggers an OnKeyNotify event with the given parameters. 
 
Triggers an OnValueNotify event with the given parameters. 
 
Name 
Description 
 
Add 
Add key-value pair. 
 
Add key-value pair even when key already exists. 
 
Clear all data. 
 
Test if key in dictionary. 
 
Check if value in dictionary. 
 
This is the overview for the Create constructor overload. 
 
Destroy dictionary. 
 
Returns an enumerator for the container. 
 
Remove key-value pair. 
 
Reduce capacity to current number of entries. 
 
Try to get value for key. 
 
Name 
Description 
 
Number of entries. 
 
Indexable list of all dictionary entries. 
 
Keys 
Indexable list of all dictionary keys. 
 
Occurs when a dictionary key pair changes. 
 
Occurs when a dictionary key pair changes. 
 
Indexable list of all dictionary values. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!