API:Vcl.Touch.Keyboard.TKeyboardButton

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Touch.Keyboard.TCustomKeyboardButtonSystem.TObjectTKeyboardButton

Delphi

TKeyboardButton = class(TCustomKeyboardButton);

C++

class PASCALIMPLEMENTATION TKeyboardButton : public TCustomKeyboardButton

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.

Vcl.Touch.Keyboard.TKeyboardButton inherits from Vcl.Touch.Keyboard.TCustomKeyboardButton. All content below this line refers to Vcl.Touch.Keyboard.TCustomKeyboardButton.

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