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

ProgressDialog.GetCancel

Queries the cancel state.

Component Version macOS Windows Linux Server iOS SDK
ProgressDialog 2.4 ✅ Yes ✅ Yes ❌ No ❌ No ✅ Yes
MBS( "ProgressDialog.GetCancel" )

Parameters

none

Result

The current state. 1 = cancel pressed, 0 = cancel not pressed.

Description

Queries the cancel state.
Cancel property is set when the user clicks the cancel button. It is reset when you call ProgressDialog.Show. You can also set it with ProgressDialog.SetCancel.

Examples

Query cancel state

MBS( "ProgressDialog.GetCancel" )

See also

Example Databases

Blog Entries

This function checks for a license.

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


ProgressDialog.GetButtonCaption - ProgressDialog.GetImageHeight