System.Types.IAsyncResult.GetIsCancelled
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.