ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamDropFiles Class

Component for managing drag and drop actions.

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

JamDropFiles is a component to manage Drag and 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 
 
List of the dropped files.  
 
Updates the drag'n'drop registration of the related component.  
 
Name 
Description 
 
Select the related component.  
 
Use this property to activate or deactivate the availability of drag and drop for the related control.  
 
Occurs when the user enters a control.  
 
Occurs when the user drags a file out of the selected control.  
 
Occurs when the user drags a file over a control.  
 
Occurs when the user drops a file on the selected control.  
Copyright (c) 2011. All rights reserved.