Vcl.ExtCtrls.TCategoryPanel

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ExtCtrls.TCustomCategoryPanelVcl.ExtCtrls.TCustomPanelVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentTCategoryPanel

Delphi

TCategoryPanel = class(TCustomCategoryPanel)

C++

class PASCALIMPLEMENTATION TCategoryPanel : public TCustomCategoryPanel

Properties

Type Visibility Source Unit Parent
class public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls Vcl.ExtCtrls

Description

TCategoryPanel is used to hold the set of display control legends for a particular display category.

TCategoryPanel is basically a TPanel with a header to collapse and expand the panel.

See Also