Vcl.ExtCtrls.TCustomCategoryPanelGroup.Panels

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Panels: TList read FPanels;

C++

__property System::Classes::TList* Panels = {read=FPanels};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomCategoryPanelGroup

Description

Lists the panels (TCategoryPanel objects) in the category panel group.

Use Panels to access the list of category panels within the category panel group.