FMX.Forms.TVKStateChangeMessage.KeyboardBounds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property KeyboardBounds: TRect read FBounds;

C++

__property System::Types::TRect KeyboardBounds = {read=FBounds};

Properties

Type Visibility Source Unit Parent
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TVKStateChangeMessage

Description

Position and dimensions of the virtual keyboard of the system running your application.

If KeyboardVisible is False, KeyboardBounds is TRect.Empty.

See Also