Vcl.Ribbon.TCustomTabData.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TCustomRibbon); reintroduce; virtual;

C++

__fastcall virtual TCustomTabData(TCustomRibbon* AOwner);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomTabData


Beschreibung

Erstellt ein neues Datenobjekt für die Ribbon-Registerkarte. Mit Create erstellen Sie eine neue Instanz von TCustomTabData.

Siehe auch