ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamControls.TJamDragFiles

Provides a drag source to start drag-and-drop operations from an arbitrary control.

JamControls_TJamDragFiles
Syntax
Pascal
TJamDragFiles = class(TComponent, IDropSource);

Set an control in DragControl and implement OnBeginOleDrag event handler to specify files that should be dragged in a dynamic way. A static alternative would be to specify files through Files property and explitly call BeginOleDrag.

 
Name 
Description 
 
Constructor for creating a TJamDragFiles instance.  
 
Name 
Description 
 
Occurs when files are being dragged.  
 
Name 
Description 
 
Starts an OLE file drag operation with a specified mouse button.  
 
Name 
Description 
 
The control from which files should be dragged.  
 
Determines if drag operations are automatically detected.  
 
The files that should be dragged.  
 
The version number of the ShellBrowser controls.