FireDAC.Comp.Client.TFDCustomManager.IsConnectionDef
Delphi
function IsConnectionDef(const AName: String): Boolean;
C++
bool __fastcall IsConnectionDef(const System::UnicodeString AName);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | TFDCustomManager |
Description
Checks if the given name is the connection definition name.
The IsConnectionDef method checks if AName is the name of the existing connection definition in the ConnectionDefs list.
It returns True if AName is the connection definition name, otherwise it returns False.