Vcl.Touch.Keyboard.TButtonList

Aus RAD Studio API Documentation

TButtonListSystem.Generics.Collections.TListSystem.Generics.Collections.TEnumerableSystem.TObject

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