Vcl.ExtCtrls.TCustomCategoryPanelGroup.ReorderPanels

提供:RAD Studio API Documentation

Delphi

procedure ReorderPanels; dynamic;

C++

DYNAMIC void __fastcall ReorderPanels();

プロパティ

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

説明

パネル グループ内のパネルを並べ替えます。

カテゴリ パネルの一番上が変わるか、そのパネルが今は並び替えの処理中(ControlState 内の csAligning)またはロード中(ComponentState 内の csLoading)ではない場合、カテゴリ パネルの SetBounds メソッドによって、カテゴリ パネル グループの ReorderPanels メソッドが呼び出されます。top プロパティが一番大きなものを先頭に、パネル グループ内のすべてのパネルを並べ替えます。

関連項目