Vcl.Touch.Keyboard.TCustomKeyboardButton.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AKey: TVirtualKey);

C++

__fastcall TCustomKeyboardButton(const Vcl::Touch::Keyboardtypes::TVirtualKey &AKey);

Properties

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

Description

Creates a new instance of the TCustomKeyboardButton class.

Create is used to create a new instance of the TCustomKeyboardButton class.

Note: Do not create instances of TCustomKeyboardButton directly. Instances of TCustomKeyboardButton are created automatically by the TKeyboardButton instances.

See Also