FireDAC.Comp.Client.TFDCustomManager.ActualDriverDefFileName
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDCustomManager | |
Delphi
property ActualDriverDefFileName: String read GetActualDriverDefFileName;
C++
__property System::UnicodeString ActualDriverDefFileName = {read=GetActualDriverDefFileName};
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.