FireDAC.Comp.DataSet.TFDIndex.DataSet

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDIndex

Delphi

property DataSet: TFDDataSet read GetDataSet;

C++

__property TFDDataSet* DataSet = {read=GetDataSet};

Description

Retrieves a reference to the dataset.

Use the DataSet property to retrieve a reference to the dataset, containing this view.

See Also