Vcl.ExtCtrls.TCategoryPanelGroup

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ExtCtrls.TCustomCategoryPanelGroupVcl.Forms.TScrollingWinControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentTCategoryPanelGroup

Delphi

TCategoryPanelGroup = class(TCustomCategoryPanelGroup)

C++

class PASCALIMPLEMENTATION TCategoryPanelGroup : public TCustomCategoryPanelGroup

Properties

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

Description

TCategoryPanelGroup is a container for collapsible panels that are TCategoryPanel objects.

To add a new panel to TCategoryPanelGroup at design time, right-click the TCategoryPanelGroup object and choose New Panel. You can also collapse or expand all the panel in the same context menu by selecting Collapse All or Expand All. To collapse or expand and individual panel, you can toggle the Collapsed property in the object inspector for the desired TCateoryPanel object.

See Also