ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.TShellBrowser.AsyncContextMenuOperations

If set to True (the default value), context menu operations will be executed asynchronously in an own thread if possible, if False, they will be executed synchronously in the main thread.

Syntax
Pascal
property AsyncContextMenuOperations: Boolean;

This mainly applies to the operations 'delete' and 'paste'. It is not guaranteed that the setting of this property will be followed.