formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Templates
Description
Registers a reset action function. This function registers a function which is to be is called when the user selects the Reset button in a dialog. The registered function should perform any required actions in response to the user selecting the Reset button. It should return TRUE if it handled the reset properly and FALSE if it did not. If FALSE is returned then the Reset operation is not performed.
Plugin Prototype
void fz_fuim_tmpl_set_reset_func(
fuim_tmpl, | |
reset_func, | |
void * | reset_data ) |
Parameters
fuim_tmpl [Input]
fuim manager
reset_func [Input]
reset function
reset_data [Input, Optional]
pointer to data to pass to the reset function.
Returns
None
Availability
5.0.0.0
See Also
fz_fuim_tmpl_set_ok_func, fz_fuim_tmpl_set_cancel_func
Function Set
Defined in