FMX.Forms.TVKStateChangeMessage.KeyboardBounds
Delphi
property KeyboardBounds: TRect read FBounds;
C++
__property System::Types::TRect KeyboardBounds = {read=FBounds};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | TVKStateChangeMessage |
説明
アプリケーションを実行しているシステムの仮想キーボードの位置とサイズです。
KeyboardVisible が False の場合、KeyboardBounds は TRect.Empty です。