Stop DragAndDrop Handlers |
Stops drag and drop handling of the plug-in.
Syntax
Stop DragAndDrop Handlers
Options
none | this step has no options |
Returned Result
Data type returned
None
Result
none
Originated in
Troi File Plug-in 9.0
Compatibility
FileMaker Pro 17 to FileMaker Pro 21 (2024)
Considerations
See the Add DragAndDrop Handler step, to start drag and drop handlers.
This step stops all drag and drop handlers. If you want to selectively stop a handler, see the function TrFile_DragAndDrop.
Example
Stopping drag and drop can be done like this:
Stop DragAndDrop Handlers
Related script step
Add DragAndDrop Handler |
Related function
TrFile_DragAndDrop |
Related topics
Troi File Plug-in online help (overview)