Object
ObjectSet
LastError | Use this property to get the Last error code generated by the set. |
Add | Use this method to add a object to the set container. |
AddItems | Use this method to add multiple objects from any container that implements the IIterator interface. |
Clear | Use this method to clear all items from the set container. |
Count | Use this function to get the number of items in the set container. |
Exists | Use this function to check for existence of a item in the set container. |
GetAt | Use this function to get item number n from the set container. |
GetNext | Use to get next item from the ObjectSet. |
HasNext | Use to get info if there are more items in the ObjectSet. |
MoveFirst | Use to reset the iterator in the ObjectSet. |
Operator_Subscript | Implements operator to read from the set with the ( ) indexer operator. |
PeekNext | Use this function to peek at next item from the ObjectSet without causing iteration. |
Remove | Use this method to add remove object from the collection by a given index. |
Remove | Use this method to add remove object from the collection by a given object. |
Sort | Use this method to sort the set container. |