FMX.Forms.TVKStateChangeMessage.KeyboardVisible

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also