System.Classes.TBaseAsyncResult.WaitForCompletion
Delphi
procedure WaitForCompletion;
C++
void __fastcall WaitForCompletion();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.Classes.pas System.Classes.hpp |
System.Classes | TBaseAsyncResult |
Description
You should only call this method inside the context of an EndInvoke
-style method (such as TComponent.EndInvoke).