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