Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DragDrop.GetTypes
Queries list of types.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DragDrop | 4.3 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "DragDrop.GetTypes"; droparea ) More
Parameters
Parameter | Description | Example |
---|---|---|
droparea | The reference ID for this drop area. | $dropHandle |
Result
Returns list of types or error.
Description
Queries list of types.This are the names Apple uses for drag and drop, e.g. NSStringPBoardType for text.
Add Windows support for version 10.3.
Examples
Query type list:
Set Variable [ $Types ; Value: MBS("DragDrop.GetTypes"; $dropview) ]
See also
- DragDrop.GetMouseX
- DragDrop.GetMouseY
- DragDrop.GetTag
- DragDrop.GetText
- DragDrop.GetTop
- DragDrop.GetWidth
Release notes
- Version 10.3
- Added DragDrop.GetTypes for Windows to get list of types.
Example Databases
Blog Entries
This function checks for a license.
Created 18th August 2014, last changed 18th December 2020