RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldDefs.ParentDef Property

References the field definition of the parent field, if there is one.

Pascal
property ParentDef: TFieldDef;
C++
__property TFieldDef ParentDef;

When a TFieldDefs object represents the data members of an object field type (such as TADTField), ParentDef specifies the field definition for that object field. Otherwise, ParentDef is nil (Delphi) or NULL (C++). 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!