RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.HookSynchronizeWakeup Method

Assigns a method to the WakeMainThread variable.

Pascal
procedure HookSynchronizeWakeup;
C++
__fastcall HookSynchronizeWakeup();

Applications rarely, if ever, call HookSynchronizeWakeup directly. HookSynchronizeWakeup is called from the TApplication constructor to initialize the method that gets called when a thread initially synchronizes with the application’s main thread. 

 

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