TabCollection
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. |