FireDAC.Comp.Client.TFDCustomManager.IsConnectionDef

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomManager

Delphi

function IsConnectionDef(const AName: String): Boolean;

C++

bool __fastcall IsConnectionDef(const System::UnicodeString AName);

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.