FireDAC.Comp.Client.TFDCustomManager.ActualDriverDefFileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActualDriverDefFileName: String read GetActualDriverDefFileName;

C++

__property System::UnicodeString ActualDriverDefFileName = {read=GetActualDriverDefFileName};

Properties

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

Description

Returns the file name containing the expanded driver definition.

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

To assign the file path of the driver definition, use the DriverDefFileName property.

See Also