FMX.Forms.TForm.OnVirtualKeyboardShown

From RAD Studio API Documentation
Jump to: navigation, search

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.

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

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