FireDAC.Comp.Client.TFDCustomManager

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDCustomManager

Delphi

TFDCustomManager = class(TFDComponent, IFDStanOptions, IFDStanObject)

C++

class PASCALIMPLEMENTATION TFDCustomManager : public Firedac::Stan::Intf::TFDComponent

Properties

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

Description

The class responsible for connection definitions and connections management.

Use TFDCustomManager to manage the connection definitions and the connection objects. 

Consider accessing the singleton instance of TFDManager via FDManager function instead of its explicit creating. 

This class hides some of the properties, allowing the descendant classes to control the properties' visibility. End users should use TFDManager.

See Also