TabCollection

TabCollection class

Contains a collection of Tab elements

Properties

NameTypeDescription
DelintA flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
IXintThe zero-based index of the element within its parent element.
Countint
Item (int)Tab

Methods

NameDescription
addAdd the Tab object in the collection.
removeRemove the Tab object from the collection.
clear
removeAt
iteratorReserved 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.

ParameterTypeDescription
itemTab

remove(item)

Remove the Tab object from the collection.

ParameterTypeDescription
itemTab

clear()

removeAt(index)

iterator()

Reserved for internal use.