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

Delphi

TFDManager = class(TFDCustomManager)

C++

class PASCALIMPLEMENTATION TFDManager : public TFDCustomManager

Properties

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

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