TABCONTROL
PLBCMP GUI Only
The TABCONTROL instruction defines a tab control object. A tab control object has the appearance of notebook dividers. Each TABCONTROL is a single object. When the current tab changes, the tab control must directly update it contents to reflect the change. To define a TABCONTROL, use one of the following statement formats:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Where:
label
Optional. A Data Label.
%
Optional. Denotes the item as being GLOBAL.
arraysize
Required. An integer decimal constant, CONST variable, or EQUATEd value indicating the number of array items.
^
Optional. Denotes the item as being a POINTER.
target
Required. The name of a previously defined data item of the same type.
Flags Affected: NONE
Note the following:
The text associated with each label may include an Alt Keyboard Sequence.
Multi-dimension arrays are supported up to a maximum of fourteen dimensions.
The ^ denotes Pointer Variable.
Although a TABCONTROL may be defined as Global, it is DESTROYed during a CHAIN instruction.
During program execution, a Control+Tab or a Shift+Control+Tab key sequence will change the tab selection to the next tab.
See Also: Example Code, Object Definitions, Object Output Instructions
![]() |