Data.DB.TDataSet.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
protected
Data.DB.pas
Data.DB.hpp
Data.DB TDataSet


説明

所有しているデータセットのうち、指定された TComponent によっても所有されているデータセットをすべて列挙します。

GetChildren は、各所有フィールドのうち、さらに Root によって所有されているものに対して、Proc を実行します。

関連項目