Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Sets the drag action handler.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DragDrop | 2.4 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example |
---|---|---|
droparea | The reference ID for this drop area. Use functions like DragDrop.CreateWithControl to create a drop area. | $dropHandle |
FileName | The name of the FileMaker File that contains the script | |
ScriptName | The name of the script to run |
Returns "OK" on success.
Registers drag action handler:
MBS( "DragDrop.SetDragActionHandler"; $dropHandle; Get ( FileName ); "MyDragAction")
Created 18th August 2014, last changed 5th February 2018