API:FireDAC.Comp.Client.TFDAdaptedDataSet.DatSManager

From RAD Studio API Documentation

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. {{#multireplace:FireDAC.Comp.Client.TFDAdaptedDataSet.DatSManager|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FireDAC.Comp.DataSet.TFDDataSet.DatSManager|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FireDAC.Comp.DataSet.TFDDataSet.DatSManager|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Returns the reference to the internal data storage manager.

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

See Also