System.Types.IAsyncResult.IsCancelled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsCancelled: Boolean read GetIsCancelled;

C++

__property bool IsCancelled = {read=GetIsCancelled};

Properties

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

Description

Indicates whether the asynchronous call has been cancelled (True) or not (False).

See Also