Vcl.ExtCtrls.TCustomCategoryPanel.Expand

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

Delphi

procedure Expand;

C++

void __fastcall Expand();

プロパティ

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

説明

カテゴリ パネルを展開します。

折りたたまれているカテゴリ パネルのヘッダーをユーザーがクリックすると、Expand が自動的に呼び出されます。この関数は、Collapsed プロパティを false に設定します。

関連項目