FireDAC.Comp.Client.TFDCustomManager.ActualConnectionDefFileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActualConnectionDefFileName: String read GetActualConnectionDefFileName;

C++

__property System::UnicodeString ActualConnectionDefFileName = {read=GetActualConnectionDefFileName};

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 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.

See Also