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

Default class for representing keys used by TTouchKeyboard.

TKeyboardButton is a class used to represent buttons on a virtual keyboard. It is also the default type used by TTouchKeyboard to represent its keys.

See Also