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