API:FireDAC.Comp.Client.TFDManager.DriverDefFileAutoLoad

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DriverDefFileAutoLoad;

C++

__property DriverDefFileAutoLoad = {default=1};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDManager

Description

Controls how the driver definition file must be loaded.

FireDAC.Comp.Client.TFDManager.DriverDefFileAutoLoad inherits from FireDAC.Comp.Client.TFDCustomManager.DriverDefFileAutoLoad. All content below this line refers to FireDAC.Comp.Client.TFDCustomManager.DriverDefFileAutoLoad.

Controls how the driver definition file must be loaded.

The DriverDefFileAutoLoad property controls how the driver definition file should be loaded: automatically or explicitly by the programmer. When it is set to True, FireDAC loads the file when the manager gets activated. When it is set to False, the programmer should call the FDPhysManager.DriverDefs.Load method before the activation of the manager. Otherwise, an exception is raised.

See Also