FMX.Memo.TMemo.KeyboardType

From RAD Studio API Documentation
Jump to: navigation, search

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.

FMX.Memo.TMemo.KeyboardType inherits from FMX.Memo.TCustomMemo.KeyboardType. All content below this line refers to FMX.Memo.TCustomMemo.KeyboardType.

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