FireDAC.Comp.Client.TFDCustomConnection.CheckConnectionDef

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure CheckConnectionDef; virtual;

C++

virtual void __fastcall CheckConnectionDef();

Description

Checks whether the connection definition is filled correctly.

CheckConnectionDef checks whether the connection definition is filled correctly with a minimal set of parameters required for the current environment. The method is mostly useful for tools or applications, creating the connection definitions on the fly.

See Also