Data.DB.TDataLink.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 TDataLink

Description

Specifies the TDataSet object that represents the data that this TDataLink is tracking.

Read DataSet to determine the dataset that this TDataLink helps manage. The TDataLink responds to data events that are received by the DataSet, and makes changes to the dataset on behalf of the object that owns the TDataLink object.

See Also