FMX.Forms.TVKStateChangeMessage.KeyboardBounds

提供:RAD Studio API Documentation

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


説明

アプリケーションを実行しているシステムの仮想キーボードの位置とサイズです。

KeyboardVisibleFalse の場合、KeyboardBoundsTRect.Empty です。

関連項目