Data.SqlExpr.TSQLConnection.ConnectionRegistryFile

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: protected
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TSQLConnection

Delphi

property ConnectionRegistryFile: string read FConnectionRegistryFile;

C++

__property System::UnicodeString ConnectionRegistryFile = {read=FConnectionRegistryFile};

Description

Specifies the registry file associated with the SQL connection.

Read the ConnectionRegistryFile property to obtain the file name of the registry file associated with the SQL connection.

See Also