Data.DB.TFieldDefs.ParentDef

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParentDef: TFieldDef read FParentDef;

C++

__property TFieldDef* ParentDef = {read=FParentDef};

Properties

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

Description

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

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++).

See Also