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