Show: Delphi
C++
Display Preferences
Data.SqlExpr.GetDriverRegistryFile
From XE2 API Documentation
Delphi
function GetDriverRegistryFile(DesignMode: Boolean = False): string;
C++
extern PACKAGE System::UnicodeString __fastcall GetDriverRegistryFile(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 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).