FMX.Memo.TMemo.KeyboardType

From RAD Studio API Documentation

Delphi

property KeyboardType: TVirtualKeyboardType read GetKeyboardType write SetKeyboardType default 0;

C++

__property KeyboardType = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Memo.pas
FMX.Memo.hpp
FMX.Memo TMemo

Description

Specifies the type of on-screen keyboard to be displayed for the memo control. {{#multireplace:FMX.Memo.TMemo.KeyboardType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Memo.TCustomMemo.KeyboardType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Memo.TCustomMemo.KeyboardType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Specifies the type of on-screen keyboard to be displayed for the memo control.

Use KeyboardType to specify the type of on-screen keyboard that appears for the memo when ShowVirtualKeyboard is called.

See Also