System.Types.IAsyncResult.GetIsCompleted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIsCompleted: Boolean;

C++

virtual bool __fastcall GetIsCompleted() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
System.Types.pas
System.Types.hpp
System.Types IAsyncResult

Description

Returns True if the asynchronous call is finished.

See Also