API:FireDAC.Comp.Client.TFDAdaptedDataSet.DatSManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DatSManager: TFDDatSManager read DoGetDatSManager write SetDatSManager;

C++

__property DatSManager = {write=SetDatSManager};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDAdaptedDataSet

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