|
RAD Studio VCL Reference
|
Creates a new category panel for the category panel group.
function CreatePanel(AOwner: TComponent): TCustomCategoryPanel;
__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!
|