Data.DB.TField.SetParentComponent
Delphi
procedure SetParentComponent(AParent: TComponent); override;
C++
DYNAMIC void __fastcall SetParentComponent(System::Classes::TComponent* AParent);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
public | Data.DB.pas Data.DB.hpp |
Data.DB | TField |
説明
親コンポーネントを設定します。
SetParentComponent は、コンポーネント ストリーミング システムによって内部的に使用され、TField 内から、データセットまたはフィールドの親に対してコンポーネント設定を実装します。
SetParentComponent は、直接呼び出さないでください。