API:Data.DB.TObjectField.SetDataSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDataSet(ADataSet: TDataSet); override;

C++

virtual void __fastcall SetDataSet(TDataSet* ADataSet);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TObjectField

Description

Adds the field to the specified dataset.

Data.DB.TObjectField.SetDataSet inherits from Data.DB.TField.SetDataSet. All content below this line refers to Data.DB.TField.SetDataSet.

Adds the field to the specified dataset.

Use the SetDataSet method to add the field to the dataset specified through the ADataSet parameter.

See Also