FMX.Edit.TCustomEdit.GetKeyboardType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetKeyboardType: TVirtualKeyboardType;

C++

Fmx::Types::TVirtualKeyboardType __fastcall GetKeyboardType();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit TCustomEdit

Description

Protected getter implementation for the KeyboardType property.

See Also