API:Vcl.Touch.Keyboard.TKeyboardButton

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Vcl.Touch.Keyboard.TCustomKeyboardButtonSystem.TObjectTKeyboardButton

Delphi

TKeyboardButton = class(TCustomKeyboardButton);

C++

class PASCALIMPLEMENTATION TKeyboardButton : public TCustomKeyboardButton

Eigenschaften

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

Beschreibung

Basisklasse für Touch-Tastaturtasten.

Vcl.Touch.Keyboard.TKeyboardButton erbt von Vcl.Touch.Keyboard.TCustomKeyboardButton. Der folgende Inhalt bezieht sich auf Vcl.Touch.Keyboard.TCustomKeyboardButton.

Basisklasse für Touch-Tastaturtasten.

In der VCL wird TCustomKeyboardButton als die Basisklasse für TKeyboardButton verwendet.

TCustomKeyboardButton führt die Unterstützung von Eigenschaften und Methoden für Tastaturschaltflächen oder virtuelle Schaltflächen ein. Verwenden Sie TCustomKeyboardButton beim Ableiten eigener Tastaturschaltflächen als eine Basisklasse.

Siehe auch