formZ SDK | 4.0 Call Back Reference | Object Type
Description
Object type edit function (Optional). This function needs to create an edit dialog to display the parameters of the object. This can be done using the functions in the fz_fuim_fset function set defined in "fz_fuim_api.h". This dialog may just present the parameters in simple text edit fields or go as far as offering a graphic preview window that shows the effects of the edited parameters. When this function is defined, the Edit button in the Query dialog is enabled and, when clicked, causes this function to be called. If this function is not defined, the Edit button stays dimmed. This function retrieves the object as an argument. The object parameter data can be acquired with the API call fz_objt_parm_get_data.
Plugin Prototype
fzrt_error_td fz_otyp_cbak_iface_tmpl(
fzrt_int | windex, |
fuim_tmpl, | |
obj_ptr ) |
Parameters
windex [Input]
project window index
fuim_tmpl [Input]
pointer to the dialog template.
obj_ptr [Input]
the object to be edited
Returns
Error codes
Availability
5.0.0.0
Function Set
Defined in