formZ SDK | 5.0 API Reference | System | User Interface (FUIM)

Alerts

Description

Alerts are simple dialogs that present information or questions to the user. They are frequently used for error notification or for asking the user questions at critical times. Alerts usually consist of a simple message and one or more buttons for the user to select the desired response to the alert. Some common standard alerts are provided in the functions , fz_fuim_alrt_std_name and .
Custom alerts are created by calling followed by calls to , to create the content of the alert. The alert is then shown on the screen using which returns the button that is clicked by the user. The alert should be freed with a call to .