Data.DB.TField.ParentField
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TField | |
Delphi
property ParentField: TObjectField read FParentField write SetParentField;
C++
__property TObjectField* ParentField = {read=FParentField, write=SetParentField};
Description
Specifies the TObjectField object from which this field is derived.
Use ParentField when the field represents a subfield in the flattened version of a more complex object field. ParentField represents the object field (an Oracle8 array field or ADT).
When ParentField is nil (Delphi) or NULL (C++), the field does not represent part of a composite field.