Public Methods
Method | Description |
---|---|
Add | Add a new string object. PARAMETERS: Value (String). |
Remove | Deletes a StringObject object specified by the given name. PARAMETERS: Identifier (String). |
Public Properties
Property | Description |
---|---|
_Item | Returns a StringObject object specified by the given name. PARAMETERS: Identifier (String). |
_NewEnum | |
Count | Number of StringObject objects in the collection. DATATYPE: Integer. |
Item | Returns a StringObject object specified by the given name. PARAMETERS: Identifier (String). |
See Also