formZ SDK | 4.0 Call Back Reference | Object Type
Description
Object type finit function (Optional). This function is called whenever a object of this type is deleted. The function is expected to free any dynamic memory or take whatever action is necessary, when an object of this type ceases to exist. For convenience, both the object and a pointer to the parameter block are passed in.
Plugin Prototype
fzrt_error_td fz_otyp_cbak_finit(
fzrt_int | windex, |
objt, | |
parm ) |
Parameters
windex [Input]
project window index
objt [Input]
object
parm [Input, Result]
generic pointer to the parameter block
Returns
Error codes
Availability
5.0.0.0
Function Set
Defined in