Object
ObjectSet
![]() | Use this property to get the Last error code generated by the set. |
![]() | Use this method to add a object to the set container. |
![]() | Use this method to add multiple objects from any container that implements the IIterator interface. |
![]() | Use this method to clear all items from the set container. |
![]() | Use this function to get the number of items in the set container. |
![]() | Use this function to check for existence of a item in the set container. |
![]() | Use this function to get item number n from the set container. |
![]() | Use to get next item from the ObjectSet. |
![]() | Use to get info if there are more items in the ObjectSet. |
![]() | Use to reset the iterator in the ObjectSet. |
![]() | Implements operator to read from the set with the ( ) indexer operator. |
![]() | Use this function to peek at next item from the ObjectSet without causing iteration. |
![]() | Use this method to add remove object from the collection by a given object. |
![]() | Use this method to add remove object from the collection by a given index. |
![]() | Use this method to sort the set container. |