Vcl.Touch.Keyboard.TCustomTouchKeyboard

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomTouchKeyboard

Delphi

TCustomTouchKeyboard = class(TCustomControl)

C++

class PASCALIMPLEMENTATION TCustomTouchKeyboard : public Vcl::Controls::TCustomControl

Properties

Type Visibility Source Unit Parent
class public
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard Vcl.Touch.Keyboard

Description

Base class for virtual keyboards.

TCustomTouchKeyboard introduces support for creation of virtual keyboards with the use of touch screens, when no physical keyboard is present.

The TCustomTouchKeyboard class should be derived from user implementations in order to create custom virtual keyboards.

In VCL, TTouchKeyboard is the main virtual keyboard class and is derived from TCustomTouchKeyboard.

See Also