formZ SDK | 4.0 Call Back Reference | Object Attributes
Description
Custom attribute copy full function (Optional). This function is called whenever an attribute is copied. It allows the plugin to copy any dynamic memory that may be present in an attribute. When this function is provided, formZ does not copy any attribute data on behalf of the sttribute. This function does all of the copying of data.
Plugin Prototype
fzrt_error_td fz_attr_cbak_copy_full(
fzrt_int | src_windex, |
void * | src_data, |
fzrt_int | dst_windex, |
void * | dst_data ) |
Parameters
src_windex [Input]
source project window index
src_data [Input]
The source attribute data.
dst_windex [Input]
destination project window index
dst_data [Input]
The destination attribute data.
Returns
Error codes
Availability
5.0.0.0
See Also
Function Set
Defined in