Vcl.Touch.Keyboard.TButtonList

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.Generics.Collections.TListSystem.Generics.Collections.TEnumerableSystem.TObjectTButtonList

Delphi

TButtonList = class(TList<TCustomKeyboardButton>);

C++

class PASCALIMPLEMENTATION TButtonList : public System::Generics::Collections::TList__1<TCustomKeyboardButton*>

Eigenschaften

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

Beschreibung

Repräsentiert eine Liste mit TCustomKeyboardButton-Schaltflächen.

TButtonList repräsentiert eine Liste mit TCustomKeyboardButton-Schaltflächen. In VCL Touch werden mit dieser Klasse Schaltflächen gruppiert.

Siehe auch