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

ProgressDialog.SetButtonCaption

Sets the cancel button text.

Component Version macOS Windows Linux Server iOS SDK
ProgressDialog 2.4 ✅ Yes ✅ Yes ❌ No ❌ No ✅ Yes
MBS( "ProgressDialog.SetButtonCaption"; text )   More

Parameters

Parameter Description Example
text The new button text. "Annuler"

Result

Returns "OK" on success.

Description

Sets the cancel button text.
Default is "Cancel" if you don't call this method. If your solution supports multiple languages, it may be worth putting those texts into an extra table and picking the right text at runtime.

Examples

Set button text for Germany:

MBS( "ProgressDialog.SetButtonCaption"; "Abbrechen" )

See also

Example Databases

Blog Entries

This function checks for a license.

Created 18th August 2014, last changed 15th October 2022


ProgressDialog.SetBottomText - ProgressDialog.SetCancel