RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBCustomSQLMonitor.Handle Property

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

Pascal
property Handle: HWND;
C++
__property HWND Handle;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!