Data.DB.TFields.DataSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataSet: TDataSet read FDataSet;

C++

__property TDataSet* DataSet = {read=FDataSet};

Properties

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

Description

Identifies the dataset to which a TFields object belongs.

Check the value of the DataSet property to determine the dataset that is associated with the TFields object. Applications should not directly assign the DataSet property of a field. It is assigned automatically when the field is created from a TFieldDef object.

See Also