Vcl.Taskbar.TThumbBarButton.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(Collection: TCollection); override;

C++

__fastcall virtual TThumbBarButton(System::Classes::TCollection* Collection);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.Taskbar.pas
Vcl.Taskbar.hpp
Vcl.Taskbar TThumbBarButton


Beschreibung

Erstellt eine Instanz von TThumbBarButton.

Die Methode Creates erstellt eine TCollectionItem-Instanz und verwendet die Methode Vcl.Graphics.TIcon.Create zum Erstellen einer TIcon-Instanz.

Siehe auch