FMX.Forms.TVKStateChangeMessage.KeyboardVisible
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)を示します。
KeyboardVisible が False の場合、KeyboardBounds は TRect.Empty です。