System.Actions.TContainedActionList.SetChildOrder

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

Delphi

procedure SetChildOrder(Component: TComponent; Order: Integer); override;

C++

DYNAMIC void __fastcall SetChildOrder(System::Classes::TComponent* Component, int Order);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.Actions.pas
System.Actions.hpp
System.Actions TContainedActionList

説明

GetChildren メソッドによってアクションがコールバックに渡される順序を設定します。

SetChildOrder メソッドは,コンポーネントのストリーミングシステムが,このアクションリストに所有されているアクションコンポーネントをロードおよび保存する順番を指定します。アクションは,Actions プロパティ配列で表示される順番で必ずロードおよび保存されます。このメソッドを直接呼び出す必要はありません。

関連項目