Data.SqlExpr.TSQLConnection.SQLDllHandle

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property SQLDllHandle: THandle read FSQLDllHandle write FSQlDllHandle;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLConnection

Beschreibung

Legt das Handle auf eine SQL-DLL fest.

Mit der Eigenschaft SQLDllHandle wird ein Handle auf eine SQL-DLL (dynamische Linkbibliothek) festgelegt.

Siehe auch