Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

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. Use functions like DragDrop.CreateWithControl to create a 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

Release notes

Example Databases

Blog Entries

Created 18th August 2014, last changed 18th December 2020


DragDrop.GetTop - DragDrop.GetURL

Feedback: Report problem or ask question.