Vcl.Touch.Keyboard.TCustomKeyboardButton.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(const AKey: TVirtualKey);

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TCustomKeyboardButton

Beschreibung

Erstellt eine neue Instanz der Klasse TCustomKeyboardButton.

Create wird verwendet, um eine neue Instanz der TCustomKeyboardButton-Klasse zu erstellen.

Anmerkung:  Erstellen Sie direkt keine Instanzen von TCustomKeyboardButton. Instanzen von TCustomKeyboardButton werden automatisch von TKeyboardButton-Instanzen erstellt.

Siehe auch