Vcl.ComCtrls.TCoolBands.CoolBar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CoolBar: TCoolBar read FCoolBar;

C++

__property TCoolBar* CoolBar = {read=FCoolBar};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCoolBands

Description

Provides access to the TCoolBar component that owns the TCoolBands.

CoolBar is the TCoolBar instance to which the TCoolBands belongs.

See Also