FMX.Forms.TCommonCustomForm.OnVirtualKeyboardShown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnVirtualKeyboardShown: TVirtualKeyboardEvent read FOnVirtualKeyboardShown write FOnVirtualKeyboardShown;

C++

__property Fmx::Types::TVirtualKeyboardEvent OnVirtualKeyboardShown = {read=FOnVirtualKeyboardShown, write=FOnVirtualKeyboardShown};

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 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