System.Classes.TBaseAsyncResult.WaitForCompletion

From RAD Studio API Documentation
Jump to: navigation, search

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).

See Also