FireDAC.Comp.Client.TFDAdaptedDataSet.DatSManager

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property DatSManager write SetDatSManager;

C++

__property DatSManager = {write=SetDatSManager};

Description

Returns the reference to the internal data storage manager.

FireDAC.Comp.Client.TFDAdaptedDataSet.DatSManager inherits from FireDAC.Comp.DataSet.TFDDataSet.DatSManager. All content below this line refers to FireDAC.Comp.DataSet.TFDDataSet.DatSManager.

Returns the reference to the internal data storage manager.

The DatSManager property value is the reference to the internal data storage manager.

See Also