Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

DragDrop.GetFileDescriptorCount

Queries number of file descriptors.

Component Version macOS Windows Linux Server iOS SDK
DragDrop 8.1 ❌ No ✅ Yes ❌ No ❌ No ❌ No
MBS( "DragDrop.GetFileDescriptorCount"; 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 number or error.

Description

Queries number of file descriptors.

Examples

Query count of file descriptors:

Set Variable [ $count; Value:MBS("DragDrop.GetFileDescriptorCount"; $dropview; "") ]

See also

Example Databases

Blog Entries

This function is free to use.

Created 5th February 2018, last changed 18th December 2020


DragDrop.GetFileDescriptor - DragDrop.GetFilePathsToDrag