RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCategoryPanelGroup.CreatePanel Method

Creates a new category panel for the category panel group.

Pascal
function CreatePanel(AOwner: TComponent): TCustomCategoryPanel;
C++
__fastcall TCustomCategoryPanel CreatePanel(TComponent * AOwner);

Call CreatePanel to create a TCategoryPanel object and assign it to the panel group. 

AOwner is the owner of the TCustomCategoryPanel object and is responsible for freeing that object during cleanup. 

 

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