|
|
|
|
ControlTab (Function) In french: OngletDuChamp Returns the name of the Tab control that contains the specified control.
// EDT_Name1 is on the TAB_TabInfo control Info(ControlTab(EDT_Name1)) // Returns "TAB_TabInfo"
Syntax
<Result> = ControlTab(<Control>)
<Result>: Character string - Name of tab associated with the specified control.
- Empty string ("") if the control is associated with no tab.
<Control>: Control name Name of the control to be used. A WLanguage error occurs if the object is unknown.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|