System.Classes.TBaseAsyncResult.IsCancelled
Delphi
property IsCancelled: Boolean read GetIsCancelled;
C++
__property bool IsCancelled = {read=GetIsCancelled, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Classes.pas System.Classes.hpp |
System.Classes | TBaseAsyncResult |
Description
Indicates whether the asynchronous call has been cancelled (True
) or not (False
).