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

ProgressDialog.SetTopText

Sets the top text in the progress dialog.

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

Parameters

Parameter Description Example
text The new top text. "Generating thumbnails..."

Result

Returns "OK" on success.

Description

Sets the top text in the progress dialog.
Here you can show what your solution is doing.

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 activity in dialog:

MBS( "ProgressDialog.SetTopText"; "Downloading images..." )

See also

Example Databases

Blog Entries

This function checks for a license.

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


ProgressDialog.SetTopMost - ProgressDialog.Show