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

FileDialog.SetAllowMulti

Sets whether multiple selection is allowed.

Component Version macOS Windows Linux Server iOS SDK
FileDialog 2.7 ✅ Yes ✅ Yes ❌ No ❌ No ❌ No
MBS( "FileDialog.SetAllowMulti"; value )   More

Parameters

Parameter Description Example
value Whether to allow multiple selection. Set to 0 to disallow and 1 to allow. 1

Result

Returns OK.

Description

Sets whether multiple selection is allowed.
Default is disallowed (0).

Selecting folder may not allow multiple selection.
But selection files or items may do.

Examples

Allow multi file selection:

Set Variable [$r; Value:MBS("FileDialog.SetAllowMulti"; 1)]

See also

Example Databases

Blog Entries

This function is free to use.

Created 18th August 2014, last changed 18th October 2016


FileDialog.SelectItemDialog - FileDialog.SetAllowsOtherFileTypes