Data.SqlExpr.GetConnectionRegistryFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetConnectionRegistryFile(DesignMode: Boolean = False): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall GetConnectionRegistryFile(bool DesignMode = false);

Properties

Type Visibility Source Unit Parent
function public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr Data.SqlExpr

Description

Fills a string with the content of the connection registry file.

GetConnectionRegistryFile fills the string with the content of the connection registry file.

DesignMode indicates whether the names are fetched at design time (True) or at run time (False).

See Also