FMX.Memo.TMemo.KeyboardType
Delphi
property KeyboardType: TVirtualKeyboardType read GetKeyboardType write SetKeyboardType default 0;
C++
__property KeyboardType = {default=0};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | published | FMX.Memo.pas FMX.Memo.hpp |
FMX.Memo | TMemo |
説明
画面キーボードの種類を決定します。
KeyboardType を使用すると、ShowVirtualKeyboard 関数が呼び出された際に現れる、画面キーボードの種類を指定することができます。