interface tab_container execute
Allows executing a command associated with an existing 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 execute |
|---|
tab_container_name = | an exisitng gi_tab_container |
Example:
interface tab_container execute & |
|---|
tab_container_name = | .gui.cntr.tabcnt |
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 |
Extended Definition:
1. The tab_container associated command can be executed by running explicitly the ‘execute’ command.