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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
DragDrop.GetTypes
Queries list of types.
| Component | Version | macOS | Windows | Linux | Server | FileMaker 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
- DragDrop.CreateWithControl
- DragDrop.GetMouseX
- DragDrop.GetMouseY
- DragDrop.GetTag
- DragDrop.GetText
- DragDrop.GetTop
- DragDrop.GetWidth
Example Databases
Blog Entries
Release notes
- Version 10.3
- Added DragDrop.GetTypes for Windows to get list of types.
Created 18th August 2014, last changed 18th December 2020
DragDrop.GetTop - DragDrop.GetURL
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins