Data.DB.TFieldDefs.ParentDef

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TFieldDefs

Delphi

property ParentDef: TFieldDef read FParentDef;

C++

__property TFieldDef* ParentDef = {read=FParentDef};

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