wfpool class : GetActive() method
Description
Gets the active window.
Syntax
wfpoolInstance.GetActive()
Arguments
None
Return value
Class | Description |
winframe | The active window. |
Sample code
1: | wfpool wfp; |
2: | winframe winframeIns = wfp.GetActive(); // Gets a window that has focus. |
Notes
None
Links for reference
None