Data.DB.TObjectField.SetParentField
Delphi
procedure SetParentField(AField: TObjectField); override;
C++
virtual void __fastcall SetParentField(TObjectField* AField);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | Data.DB.pas Data.DB.hpp | Data.DB | TObjectField | 
Description
Sets the TObjectField from which the field is derived.
SetParentField sets the parent field of this field. The parent field represents an object field that owns other fields.