System.Classes.TBaseAsyncResult.Cancel
Delphi
function Cancel: Boolean;
C++
bool __fastcall Cancel();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Classes.pas System.Classes.hpp |
System.Classes | TBaseAsyncResult |
Description
Cancels the asynchronous operation and returns True
on success or False
if cancelling the asynchronous operation is not supported.