FMX.Types.IVirtualKeyboardControl.KeyboardType

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

Delphi

property KeyboardType: TVirtualKeyboardType read GetKeyboardType write SetKeyboardType;

C++

__property TVirtualKeyboardType KeyboardType = {read=GetKeyboardType, write=SetKeyboardType};

プロパティ

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

説明

画面キーボードのタイプを示します。

SetKeyboardType および GetKeyboardType 関数を実装すると、KeyboardType の値を設定または取得することができます。

関連項目