FireDAC.Comp.Client.TFDCustomManager.ActualConnectionDefFileName
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: TFDCustomManager |
Delphi
property ActualConnectionDefFileName: String read GetActualConnectionDefFileName;
C++
__property System::UnicodeString ActualConnectionDefFileName = {read=GetActualConnectionDefFileName};
Description
Returns the file name containing the expanded connection definition.
If a connection definition file path is a relative one or contains template markers, then it will be expanded into a full path. Use ActualConnectionDefFileName to get the expanded value.
To assign the connection definition file path, use the ConnectionDefFileName property.