ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.TJamDropEffect

The possible drop effects for OLE drag&drop operations.

Syntax
Pascal
TJamDropEffect = (
  deDefault,
  deCopy,
  deMove,
  deLink,
  deNone
);
Members 
Description 
deDefault 
The default operation should take place. 
deCopy 
The dropped object should be copied. 
deMove 
The dropped object should be moved. 
deLink 
A link to the dropped object should be created. 
deNone 
No drop operation should take place.