wf_getActOpenedPanelName()
The function returns the name of the currently opened panel.
Synopsis
string wf_getActOpenedPanelName(bool bThrowError = true);
Parameters
Parameter | Description |
---|---|
bThrowError | Defines if an error message should be raised in case of an error. Default = TRUE |
Return Value
The name of the currently opened panel.
Error
Missing or wrong arguments
Description
The function returns the name of the currently opened panel.
Example
Following example returns the name of the currently opened panel.
#uses "wizardFramework.ctl"
main()
{
string pName;
pName= wf_getActOpenedPanelName(1);
DebugN("Opened panel name:", pName);
}
Assignment
Wizard framework
Availability
UI, CTRL