ShellBrowser Delphi Components Documentation
|
CancellationToken = record end;
Rich record that provides an ICancellationToken on demand and requires no initialization.
|
Name |
Description |
|
Same as ICancellationToken.Cancel. | |
|
Cancels the cancellation token and creates a new cancellation token. |
|
Name |
Description |
|
Works like a lazy getter and creates the actual cancellation token instance upon first call. |