RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCategoryPanelGroup Class

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

Pascal
TCategoryPanelGroup = class(TCustomCategoryPanelGroup);
C++
class TCategoryPanelGroup : public TCustomCategoryPanelGroup;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!