FireDAC.Comp.Client.TFDCustomManager.DriverDefFileName

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property DriverDefFileName: String read GetDriverDefFileName

C++

__property System::UnicodeString DriverDefFileName = {read=GetDriverDefFileName, write=SetDriverDefFileName};

Description

Gets or sets the name of a driver definition file.

The DriverDefFileName property allows you to get or set the name of a driver definition file. The application sets the name before the manager gets activated.   Also, the application can set the name before the driver definition file are loaded. 

If a path is a relative one or contains template markers, it will be expanded into full path. Use ActualDriverDefFileName to get the expanded value. 

A path can include path variables.

See Also