Vcl.WinXCtrls.TCustomRelativePanel.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
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomRelativePanel


説明

相対パネルのそれぞれの子に対して、指定されたメソッドを呼び出します。

GetChildren は、ControlCollection プロパティにリストされているそれぞれの子コントロールに対して、Proc パラメータで指定されたコールバックを実行します。

関連項目