[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the last focused control (focus state) in an application.
Source position: forms.pp line 1842
function SaveFocusState: TFocusState; |
Last control which had focus in the application.
Returns the value from the LastFocusedControl variable in the implementation for the unit. The type used for the return value is TFocusState.
|
Restores the last focused control in an application to specified value. |