ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamControls.TJamDropFiles

Provides a drag target for an arbitrary control to receive drag-and-drop operations from Windows Explorer.

JamControls_TJamDropFiles
Syntax
Pascal
TJamDropFiles = class(TComponent, IDropTarget);

JamDropFiles is a component to manage drop operations. It provides the name of the file, which is dropped on the related component and with its events, you can add the name of the file to a ListBox, for example. More examples are available in our demo application JamDragDrop.

 
Name 
Description 
 
Creates an instance of a TJamDropFiles component  
 
Destroys an instance of a TJamDropFiles component  
 
Name 
Description 
 
Occurs when the user enters a control.  
 
Occurs when the user drags a file over a control.  
 
Occurs when the user drops a file on the selected control.  
 
Name 
Description 
 
Updates the drag'n'drop registration of the related component.  
 
Name 
Description 
 
Select the related component.  
 
Gives access to the DataObject in the current drop pperation.  
 
List of the dropped files.  
 
Use this property to activate or deactivate the availability of drag and drop for the related control.  
 
Occurs when the user drags a file out of the selected control.  
 
Allow dropping of non-filesystem objects like e-mail attachments.  
 
The version number of the ShellBrowser controls.