FMX.Forms.TVKStateChangeMessage.KeyboardBounds
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.