Vcl.Controls.TWinControl.InvokeAsyncCalls
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.