IBX.IBSQLMonitor.TIBCustomSQLMonitor.Handle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handle : HWND read FHwnd;

C++

__property HWND Handle = {read=FHWnd, nodefault};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBSQLMonitor.pas
IBX.IBSQLMonitor.hpp
IBX.IBSQLMonitor TIBCustomSQLMonitor

Description

Specifies the window handle that the SQL monitor uses to receive asynchronous messages.

A separate thread of execution monitors the database operations that trigger OnSQL events. When that thread detects a relevant database operation, it sends a Windows message to the window identified by this Handle.