ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamCopyMode Enumeration

possible values for the Code parameter

Syntax
Pascal
TJamCopyMode = ( cmDefault, cmCopy, cmMove, cmLink );
Members 
Description 
cmDefault 
The components will behave like the Windows Explorer in the same situation. 
cmCopy 
The dragged files will be copied to the new destination. 
cmMove 
The dragged files will be moved to the new destination 
cmLink 
A link to every dragged file will be placed in the drop folder. 
Copyright (c) 2011. All rights reserved.