formZ SDK | 4.0 Call Back Reference | Object Attributes

fz_attr_cbak_get_field_count

Description

Custom attribute field count (Optional). This function is called by formZ to determine, how many fields of this attribute need to be shown to the user. This is, for example, done in the Attributes Manager dialog. Note, that this does not necessarily have to be all the fields of the attribute, just the ones, that need to be shown to the user in the context of attribute and information management.

Plugin Prototype

fzrt_error_td fz_attr_cbak_get_field_count(

fzrt_int *

num_fields )

Parameters

num_fields [Result]

The number of fields shown for this attribute.

Returns

error

Availability

5.0.0.0

Function Set

fz_attr_cbak_fset


Defined in

fz_objt_attr_api.h