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

FileDialog.SetMessage

Sets the message text displayed in the panel.

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

Parameters

Parameter Description Example
text The new message text. "Please select folder to store backups."

Result

Returns OK.

Description

Sets the message text displayed in the panel.
This prompt appears on all Mac dialogs, but not on Windows.
The default message text is an empty string.

Examples

Sets name:

MBS( "FileDialog.SetMessage"; "Where to put backup files?" )

See also

Example Databases

Blog Entries

This function is free to use.

Created 18th August 2014, last changed 29th March 2023


FileDialog.SetInitialDirectory - FileDialog.SetNameFieldLabel