Public Methods
Method | Description |
---|---|
Add | Creates a new ValuePair in the collection, and then returns the pointer. PARAMETERS: Value (String), ValueDescription (String). |
Remove | Deletes a ValuePair object specified by the given Value. PARAMETERS: Value (String). |
Public Properties
Property | Description |
---|---|
_Item | Returns a ValuePair object specified by the given Value. PARAMETERS: Value (String). |
_NewEnum | |
Count | Number of ValuePair objects in the collection. DATATYPE: Integer. |
Item | Returns a ValuePair object specified by the given Value. PARAMETERS: Value (String). |
See Also