|
|
|
|
|
Functions for managing Tab controls (prefix syntax)
The functions for manipulating Tab Control fields (using prefix syntax) are as follows:
| | ControlPane | Returns the name of static or dynamic pane found in a Tab control associated with a control. | ControlTab | Returns the name of the Tab control that contains the specified control. | <Tab>.Close | Closes a dynamic pane in a Tab control. | <Tab>.CloseAll | Closes all dynamic tabs of a Tab control. | <Tab>.LoadConfiguration | Restores the configuration of dynamic tabs in a Tab control. | <Tab>.Open | Opens a new pane in a Dynamic Tab control. | <Tab>.SaveConfiguration | Saves the configuration of dynamic tabs found in a Tab control in character string format. | <Tab>.Status | Returns the status of a dynamic tab pane (identified by its alias). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|