formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Alerts
Description
Alert button title. Identifies what string (text) should appear in a button string. There are five standard strings. These will appear using the current language. A custom button title can be specified using FZ_FUIM_ALRT_BUTTON_CUSTOM.
enum fz_fuim_alrt_button_enum {
FZ_FUIM_ALRT_BUTTON_OK,
FZ_FUIM_ALRT_BUTTON_CANCEL,
FZ_FUIM_ALRT_BUTTON_YES,
FZ_FUIM_ALRT_BUTTON_NO,
FZ_FUIM_ALRT_BUTTON_QUIT,
FZ_FUIM_ALRT_BUTTON_CUSTOM };
Members
FZ_FUIM_ALRT_BUTTON_OK
button is standard OK button (localized)
FZ_FUIM_ALRT_BUTTON_CANCEL
button is standard Calcel button (localized)
FZ_FUIM_ALRT_BUTTON_YES
button is standard Yes button (localized)
FZ_FUIM_ALRT_BUTTON_NO
button is standard No button (localized)
FZ_FUIM_ALRT_BUTTON_QUIT
button is standard Quit button (localized)
FZ_FUIM_ALRT_BUTTON_CUSTOM
button has custom title specified
Availability
5.0.0.0
See Also
Defined in