Pointer to focus state information for the last active control in an application.
Source position: forms.pp line 1840
type TFocusState = Pointer; |
Alias for the Pointer type. Used as the return value for the SaveFocusState function.
|
Returns the last focused control (focus state) in an application. |