interface tab_container set
Allows setting up of default parameters for a tab_container
Tab_container is similar to a container but can be added to a dialog box or another container. When you add a tab_container, a tab appears in the parent container.
The tab_container has an optional command parameter, if specified a command, it gets executed while running the ‘execute’ command.
Format:
interface object tab_container set |
|---|
tab_container_name = | an exisitng gi_tab_container |
choice = | stirng |
execute = | boolean |
Example:
interface tab_container set & |
|---|
tab_container_name = | .gui.cntr.tabcnt & |
choice = | "1" & |
execute = | yes |
Description:
Parameter | Value Type | Description |
|---|
tab _container_name | An Existing GI_tab_container | Specifies the name of an existing tab_container the command for which needs to be executed |
choice | String | Specifies the choice of the command to be executed |
execute | Boolean | Specifies the default parameter for execution of the command |
Extended Definition:
1. The tab_container associated command can be executed by running explicitly the ‘execute’ command. The default state for running a command depends on the BOOLEAN value of the parameter ‘execute’ in the ‘set’ command.