System.Actions.TContainedActionList.GetChildren

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

Delphi

procedure GetChildren(Proc: TGetChildProc; Root: TComponent); override;

C++

DYNAMIC void __fastcall GetChildren(System::Classes::TGetChildProc Proc, System::Classes::TComponent* Root);

プロパティ

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

説明

アクションリストの各子アクションに対して指定されたメソッドを呼び出します。

GetChildren メソッドは,コンポーネントのストリームシステムによって使用されます。アクションリスト内のアクションごとに,GetChildren は Proc で渡されたメソッドを呼び出します。アクションは,コンポーネントのストリーミングシステムでロードまたは保存した順序でコールバックに渡されます。