Data.SqlExpr.TSQLConnection.SQLDllHandle

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 SQLDllHandle: THandle read FSQLDllHandle write FSQlDllHandle;

C++

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

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