FireDAC.Comp.DataSet.TFDDataSet.DatSManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DatSManager: TFDDatSManager read DoGetDatSManager;

C++

__property Firedac::Dats::TFDDatSManager* DatSManager = {read=DoGetDatSManager};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet

Description

Returns the reference to the internal data storage manager.

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

See Also