FMX.Types.IVirtualKeyboardControl.SetKeyboardType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetKeyboardType(Value: TVirtualKeyboardType);

C++

virtual void __fastcall SetKeyboardType(TVirtualKeyboardType Value) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IVirtualKeyboardControl

Description

Setter function for the KeyboardType property.

Value specifies the new value of the KeyboardType property.

Implement SetKeyboardType in order to set the value of the KeyboardType property.

See Also