Vcl.Touch.Keyboard.TCustomKeyboardButton

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTCustomKeyboardButton

Delphi

TCustomKeyboardButton = class

C++

class PASCALIMPLEMENTATION TCustomKeyboardButton : public System::TObject

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 touch keyboard keys.

In VCL, TCustomKeyboardButton is used as the base class for TKeyboardButton.

TCustomKeyboardButton introduces support for properties and methods regarding a keyboard button or a virtual button. Use TCustomKeyboardButton as a base class when deriving your own keyboard buttons.

See Also