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
- JSON.Import
- ProgressDialog.GetProgress
- ProgressDialog.GetTitle
- ProgressDialog.GetTopMost
- ProgressDialog.SetCancel
- ProgressDialog.SetFont
- ProgressDialog.SetImage
- ProgressDialog.SetTitle
- ProgressDialog.SetTopText
- XML.Import
Example Databases
- CURL/Batch Download
- CURL/CURL Download in Background
- CURL/Email/Batch Emailer
- CURL/Email/Email Client
- JSON/JSON Import
- Mac and iOS/Contacts/Contacts to FileMaker
- Mac only/MetaDataQuery/Search Applications
- WebViewer/WebViewer Download Delegate for Mac
- Window/Progress Dialog
- XML/XML Import
Blog Entries
FileMaker Magazin
This function checks for a license.
Created 18th August 2014, last changed 15th October 2022
ProgressDialog.GetButtonCaption - ProgressDialog.GetImageHeight
