FireDAC.Comp.Client.TFDCustomConnection.CheckConnectionDef

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CheckConnectionDef; virtual;

C++

virtual void __fastcall CheckConnectionDef();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomConnection

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