FMX.Forms.TForm.OnVirtualKeyboardHidden

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnVirtualKeyboardHidden: TVirtualKeyboardEvent read FOnVirtualKeyboardHidden write FOnVirtualKeyboardHidden;

C++

__property OnVirtualKeyboardHidden;

Properties

Type Visibility Source Unit Parent
event published
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TForm

Description

Occurs when the virtual keyboard of the form is hidden.

FMX.Forms.TForm.OnVirtualKeyboardHidden inherits from FMX.Forms.TCommonCustomForm.OnVirtualKeyboardHidden. All content below this line refers to FMX.Forms.TCommonCustomForm.OnVirtualKeyboardHidden.

Occurs when the virtual keyboard of the form is hidden.

Use OnVirtualKeyboardHidden to perform special processing when the virtual keyboard of the form is hidden.

The Sender parameter of the event handler identifies the form that called the event handler. The Bounds parameter of the event handler specifies the screen coordinates of the window of the virtual keyboard.

See Also

Code Examples