Vcl.Controls.TWinControl.InvokeAsyncCalls

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InvokeAsyncCalls;

C++

void __fastcall InvokeAsyncCalls();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TWinControl

Description

Processes pending asynchronous method calls listed in FAsyncList.

The Handle of the control calls InvokeAsyncCalls as a result of a specific message that the Handle retrieves.

Note: InvokeAsyncCalls synchronizes the access to FAsyncList. It prohibits other threads from accessing it until the calling one calls Exit.

See Also