Data.DB.TField.SetParentField
Delphi
procedure SetParentField(AField: TObjectField); virtual;
C++
virtual void __fastcall SetParentField(TObjectField* AField);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.DB.pas Data.DB.hpp |
Data.DB | TField |
Description
Sets the TObjectField from which the field is derived.
SetParentField is the protected setter implementation for the ParentField property. SetParentField is used to set the TObjectField from which the field is derived. The parent field is given through the AField parameter.