Vcl.ExtCtrls.TCustomCategoryPanelGroup.CreatePanel

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function CreatePanel(AOwner: TComponent): TCustomCategoryPanel;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomCategoryPanelGroup

説明

カテゴリ パネル グループに新しいカテゴリ パネルを作成します。

TCategoryPanel オブジェクトを作成してパネル グループに割り当てるには、CreatePanel を呼び出します。

AOwner は、TCustomCategoryPanel オブジェクトの所有者であり、クリーンアップの間にそのオブジェクトを解放する責任があります。