RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TField.ParentField Property

Specifies the TObjectField object from which this field is derived.

Pascal
property ParentField: TObjectField;
C++
__property TObjectField ParentField;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!