API:FireDAC.Comp.Client.TFDManager.DriverDefFileAutoLoad

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDManager

Delphi

property DriverDefFileAutoLoad;

C++

__property DriverDefFileAutoLoad = {default=1};

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