FireDAC.Comp.Client.TFDManager

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Comp.Client.TFDCustomManagerFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDManager
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: FireDAC.Comp.Client

Delphi

TFDManager = class(TFDCustomManager)

C++

class PASCALIMPLEMENTATION TFDManager : public TFDCustomManager

Description

This class is responsible for connection definitions and connections management.

Use TFDCustomManager to manage connection definitions and connection objects. Consider accessing the singleton instance of TFDManager through the FDManager function instead of explicitly creating it.

See Also