FMX.Forms.TVKStateChangeMessage.KeyboardVisible
Delphi
property KeyboardVisible: Boolean read FKeyboardShown;
C++
__property bool KeyboardVisible = {read=FKeyboardShown, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | TVKStateChangeMessage |
Description
Whether the virtual keyboard of the system running your application is visible (True) or not (False).
If KeyboardVisible is False, KeyboardBounds is TRect.Empty.