Vcl.ExtCtrls.TCategoryPanelGroup

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

Vcl.ExtCtrls.TCustomCategoryPanelGroupVcl.Forms.TScrollingWinControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentTCategoryPanelGroup

Delphi

TCategoryPanelGroup = class(TCustomCategoryPanelGroup)

C++

class PASCALIMPLEMENTATION TCategoryPanelGroup : public TCustomCategoryPanelGroup

プロパティ

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


説明

TCategoryPanelGroup は、折りたたみ可能なパネル群のコンテナで、TCategoryPanel オブジェクトです。

設計時に新しいパネルを TCategoryPanelGroup に追加するには、TCategoryPanelGroup オブジェクトを右クリックし、[新規パネル] を選択します。 また、[すべて折りたたみ] または [すべて展開] を選択することで、同じコンテキスト メニュー内のすべてのパネルを折りたたんだり展開したりすることもできます。 個別のパネルを折りたたんだり展開したりするには、対象の TCateoryPanel オブジェクトのオブジェクト インスペクタで、Collapsed プロパティを切り替えます。

関連項目