Data.DB.TFieldDef.DataSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataSet: TDataSet read GetDataSet;

C++

__property TDataSet* DataSet = {read=GetDataSet};

Properties

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

Description

Returns a reference to the dataset that contains this field definition.

Check the value of the DataSet property to determine the dataset that is associated with the TFieldDef object.

See Also