TabCollection
Contents
[
Hide
]TabCollection class
Contains a collection of Tab elements
Methods
| Name | Description |
|---|---|
| add(item) | Add the Tab object in the collection. |
| clear() | |
| get() | |
| getCount() | |
| getDel() | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| getIX() | The zero-based index of the element within its parent element. |
| iterator() | Reserved for internal use. |
| remove(item) | Remove the Tab object from the collection. |
| removeAt() | |
| setDel() | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| setIX() | The zero-based index of the element within its parent element. |
add(item)
Add the Tab object in the collection.
| Parameter | Type | Description |
|---|---|---|
| item | Tab |
Returns: Number — Number
clear()
get()
getCount()
getDel()
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.
getIX()
The zero-based index of the element within its parent element.
iterator()
Reserved for internal use.
remove(item)
Remove the Tab object from the collection.
| Parameter | Type | Description |
|---|---|---|
| item | Tab |
removeAt()
setDel()
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.
setIX()
The zero-based index of the element within its parent element.