Data.SqlExpr.GetDriverRegistryFile

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 GetDriverRegistryFile(DesignMode: Boolean = False): string;

C++

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

Description

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

GetDriverRegistryFile fills the string with the content of the driver registry file.

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

See Also