formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Templates
Description
fuim action function.
This function is registered with the template called when a specific action occurs.
The action is determined by the registration function used.
Plugin Prototype
fzrt_boolean fz_fuim_tmpl_actn_func(
fuim_tmpl, | |
void * | actn_data ) |
Parameters
fuim_tmpl [Input]
fuim manager
actn_data [Input]
registered with the action function
Returns
TRUE if the action was handled successfully, FALSE if it was not successful.
Availability
5.0.0.0
See Also
fz_fuim_tmpl_set_cancel_func, fz_fuim_tmpl_set_finit_func, , fz_fuim_tmpl_set_ok_func, fz_fuim_tmpl_set_reset_func
Defined in