Data.DB.TField.ParentField

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParentField: TObjectField read FParentField write SetParentField;

C++

__property TObjectField* ParentField = {read=FParentField, write=SetParentField};

Properties

Type Visibility Source Unit Parent
property public
Data.DB.pas
Data.DB.hpp
Data.DB TField

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.

See Also