ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.TCancelEvent

A default event that can be passed a Cancel value to stop an operation.

Syntax
Pascal
TCancelEvent = procedure (Sender: TObject; var Cancel: Boolean) of object;
Parameters 
Description 
Sender 
The sender of the event. 
Cancel 
A var value. Set to true, if the operation should be cancelled/stopped.