Vcl.Forms.TApplication.HookSynchronizeWakeup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure HookSynchronizeWakeup;

C++

void __fastcall HookSynchronizeWakeup();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TApplication

Description

Assigns a method to the WakeMainThread variable.

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.