FMX.Forms.TCommonCustomForm.OnVirtualKeyboardHidden

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnVirtualKeyboardHidden: TVirtualKeyboardEvent read FOnVirtualKeyboardHidden write FOnVirtualKeyboardHidden;

C++

__property Fmx::Types::TVirtualKeyboardEvent OnVirtualKeyboardHidden = {read=FOnVirtualKeyboardHidden, write=FOnVirtualKeyboardHidden};

Properties

Type Visibility Source Unit Parent
event public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

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