Data.DB.TDataLink.DataSet

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: TDataLink

Delphi

property DataSet: TDataSet read GetDataSet;

C++

__property TDataSet* DataSet = {read=GetDataSet};

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