Purpose |
To return the handle of the previous (last) control. |
Syntax |
winio@('%lc', handle) |
Description |
The returned value can be used in calls to Windows API functions. For example controls that do not have grey control variable can be greyed by using %lc to obtain the window handle and then calling the API function EnableWindow. |
See also |