FMX.Forms.TForm.OnVirtualKeyboardShown

From RAD Studio API Documentation

Delphi

property OnVirtualKeyboardShown: TVirtualKeyboardEvent read FOnVirtualKeyboardShown write FOnVirtualKeyboardShown;

C++

__property OnVirtualKeyboardShown;

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 shown. {{#multireplace:FMX.Forms.TForm.OnVirtualKeyboardShown|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Forms.TCommonCustomForm.OnVirtualKeyboardShown|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Forms.TCommonCustomForm.OnVirtualKeyboardShown|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Occurs when the virtual keyboard of the form is shown.

Use OnVirtualKeyboardShown to perform special processing when the virtual keyboard of the form is shown.

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