ShellBrowser Delphi Components Documentation
|
TCustomCancellationToken = class(TInterfacedObject, ICancellationToken);
Base class for implementing an ICancellationToken.
|
Name |
Description |
|
Creates and returns an instance of this class. |
|
Name |
Description |
|
Gets whether cancellation has been requested for this token. |
|
Name |
Description |
|
Communicates a request for cancellation. |
|
Name |
Description |
|
Creates and returns an instance of this class as ICancellationToken. |