FMX.Forms.TVKStateChangeMessage.KeyboardVisible

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property KeyboardVisible: Boolean read FKeyboardShown;

C++

__property bool KeyboardVisible = {read=FKeyboardShown, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TVKStateChangeMessage


説明

アプリケーションを実行するシステムの仮想キーボードを、表示するか(True)しないか(False)を示します。

KeyboardVisibleFalse の場合、KeyboardBoundsTRect.Empty です。

関連項目