|
Previous Top Next |
Prototype: | (Long pPanelFEQ) |
pPanelFEQ | The Field EQuate label of the original panel. |
Returns | Returns the Field EQuate label of the tab sheet that was created |
This method can be used if you use ThemeAPanel method to theme a panel using XPThemes. The ThemeAPanel hides the panel and creates a wizard tabsheet instead creating an illusion of a themed panel! But if you want to change any settings on the "new" panel, i.e. the tabsheet, you need to use the GetThemedPanelFEQ to get the control FEQ.
Example:
ITW ITWindowsClass
SFEQ Long
PFEQ Long
Code
PFEQ = ?MainPanel
SFEQ = ITW.GetThemedPanelFEQ(PFEQ)
Message('Sheet FEQ = ' & SFEQ & '|Panel FEQ = ' & PFEQ &|
'||Because the ?MainPanel is not themed in this demo app, the numbers are always equal.','GetThemedPanelFEQ',ICON:Exclamation)
See also: