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

ProgressDialog.SetBottomText

Sets the bottom text in the progress dialog.

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

Parameters

Parameter Description Example
text The new bottom text. "Hello"

Result

Returns "OK" on success.

Description

Sets the bottom text in the progress dialog.
Below the progress bar most applications shows some data like "x of y files processed" or "123 KB of 456 KB copied."

Please do not call this function more than one time per second to avoid the progress window redraw to slow down your process.

Examples

Report progress:

MBS( "ProgressDialog.SetBottomText"; $index & " of " & $total & " files" )

See also

Example Databases

Blog Entries

This function checks for a license.

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


ProgressDialog.Reset - ProgressDialog.SetButtonCaption