formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Alerts
Description
Standard confirm alert. Invokes the standard alert for posting a simple confirmation. This is useful for posting a simple notification to the user or asking a simple OK/Cancel question from the user without the need to setup your own alert pointer
Plugin Prototype
fzrt_int fz_fuim_alrt_std_confirm(
char * | prmt_str, |
confirm_flags ) |
Parameters
prmt_str [Input]
The prompt string that is to be posted to the user
confirm_flags [Input]
Returns
FZRT_STD_OK if OK button selected.
FZRT_STD_CANCEL if Cancel button selected
Availability
5.0.0.0
Function Set
Defined in