FMX.Types.IVirtualKeyboardControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IVirtualKeyboardControl = interface

C++

__interface  INTERFACE_UUID("{41127080-97FC-4C30-A880-AB6CD351A6C4}") IVirtualKeyboardControl  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

Interface that defines the way classes should implement and set the style of the onscreen keyboard.

IVirtualKeyboardControl is an interface that, when implemented by classes, sets the style of the onscreen keyboard that will be displayed when the text-input control is activated. This setting is used only on devices that use an onscreen keyboard. It is ignored on devices that use a physical keyboard for text entry.

See Also