ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamControls.TJamDropFiles.Enabled

Use this property to activate or deactivate the availability of drag and drop for the related control.

Syntax
Pascal
property Enabled: Boolean;

The control assigned to the Control property will be registered for DragDrop when Enabled is set to true. There will be an exception when running in the IDE and the control has already been registered by some other handler.