System.Types.IAsyncResult.IsCompleted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsCompleted: Boolean read GetIsCompleted;

C++

__property bool IsCompleted = {read=GetIsCompleted};

Properties

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

Description

Is True if the asynchronous call is finished.

See Also