Data.DB.TField.SetParentField
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TField |
Delphi
procedure SetParentField(AField: TObjectField); virtual;
C++
virtual void __fastcall SetParentField(TObjectField* AField);
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.