Vcl.ExtCtrls.TCustomCategoryPanelGroup.CreatePanel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreatePanel(AOwner: TComponent): TCustomCategoryPanel;

C++

TCustomCategoryPanel* __fastcall CreatePanel(System::Classes::TComponent* AOwner);

Properties

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

Description

Creates a new category panel for the category panel group.

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.