FMX.Memo.TCustomMemo.KeyboardType

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

Delphi

property KeyboardType: TVirtualKeyboardType read GetKeyboardType write SetKeyboardType;

C++

__property Fmx::Types::TVirtualKeyboardType KeyboardType = {read=GetKeyboardType, write=SetKeyboardType, nodefault};

プロパティ

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


説明

メモ コントロールに表示されるオンスクリーン キーボードの種類を指定します。

KeyboardType を使用すると、ShowVirtualKeyboard が呼び出されたときにメモに表示されるオンスクリーン キーボードの種類を指定できます。

関連項目