FireDAC.Comp.Client.TFDCustomManager

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TFDCustomManager = class(TFDComponent, IFDStanOptions, IFDStanObject)

C++

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

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