Data.SqlExpr.TSQLConnection.SQLDllHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SQLDllHandle: THandle read FSQLDllHandle write FSQlDllHandle;

C++

__property NativeUInt SQLDllHandle = {read=FSQLDllHandle, write=FSQLDllHandle, nodefault};

Properties

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

Description

Specifies the handle to an SQL dynamic link library.

The SQLDllHandle property is used to specify the handle to an SQL dynamic link library (DLL).

See Also