Data.SqlExpr.TSQLConnection.ConnectionRegistryFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ConnectionRegistryFile: string read FConnectionRegistryFile;

C++

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

Properties

Type Visibility Source Unit Parent
property protected
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLConnection

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