Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
FileDialog.SetNameFieldLabel
Sets the text displayed in front of the text field.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
FileDialog | 2.7 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "FileDialog.SetNameFieldLabel"; text ) More
Parameters
Parameter | Description | Example |
---|---|---|
text | String to set as the text displayed in front of the panel's text field. | "Save file as:" |
Result
Returns OK.
Description
Sets the text displayed in front of the text field.By default the label is "Save As:”.
Added Windows support in plugin version 8.3 for Windows Vista or newer.
Examples
Sets name label:
MBS( "FileDialog.SetNameFieldLabel"; "Database name:" )
See also
- FileDialog.GetNameFieldLabel
- FileDialog.OpenFileDialog
- FileDialog.SaveFileDialog
- FileDialog.SelectFolderDialog
- FileDialog.SelectItemDialog
Example Databases
This function is free to use.
Created 18th August 2014, last changed 24th May 2018