System.Types.IAsyncResult.GetIsCancelled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIsCancelled: Boolean;

C++

virtual bool __fastcall GetIsCancelled() = 0 ;

Properties

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

Description

Returns True when the asynchronous call has been cancelled.

See Also