Vcl.ComCtrls.TCoolBands.CoolBar

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property CoolBar: TCoolBar read FCoolBar;

C++

__property TCoolBar* CoolBar = {read=FCoolBar};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCoolBands

Beschreibung

Ermöglicht den Zugriff auf die übergeordnete TCoolBar-Komponente.

CoolBar ist die Instanz von TCoolBar, zu der das TCoolBands-Objekt gehört.

Siehe auch