Vcl.Touch.Keyboard.TCustomKeyboardButtonClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCustomKeyboardButtonClass = class of TCustomKeyboardButton;

C++

typedef System::TMetaClass* TCustomKeyboardButtonClass;

Properties

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

Description

TCustomKeyboardButtonClass defines the metaclass for TCustomKeyboardButton.

TCustomKeyboardButtonClass is the metaclass for TCustomKeyboardButton. Its value is the class reference for TCustomKeyboardButton or for one of its descendants.

See Also