Vcl.Forms.RestoreFocusState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RestoreFocusState(FocusState: TFocusState);

C++

extern DELPHI_PACKAGE void __fastcall RestoreFocusState(TFocusState FocusState);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms Vcl.Forms

Description

Restores the window's focus state.

RestoreFocusState method is used to restore the window's focus state.

See Also