| Property Getters/Setters Summary | ||
|---|---|---|
| method | getCount() | |
| 
            Gets the number of elements actually contained in the collection.
             | ||
| method | getDel() | |
| method | setDel(value) | |
| A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant. | ||
| method | getIX() | |
| method | setIX(value) | |
| The zero-based index of the element within its parent element. | ||
| method | get(index) | |
| 
            Gets the element at the specified index.
             | ||
| Method Summary | ||
|---|---|---|
| method | add(item) | |
| 
            Add the Tab object in the collection.
             | ||
| method | clear() | |
| 
            Removes all elements from collection.
             | ||
| method | isExist(index) | |
| 
            Is exist item in the collection.
             | ||
| method | iterator() | |
| 
            Supports a simple iteration over a nongeneric collection.
             | ||
| method | remove(item) | |
| 
            Remove the Tab object from the collection.
             | ||
int getDel() / setDel(value)
int getIX() / setIX(value)
int getCount()
int add(item)
item: Tab - remove(item)
item: Tab - Iterator iterator()
boolean isExist(index)
index: int - index of element.clear()