Data.SqlExpr.GetConnectionRegistryFile

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: Data.SqlExpr

Delphi

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

C++

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

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