formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Templates

fz_cedt_item_func

Description

This function is called to handle events that happen to an item.
It is passed in the item_func parameter of the any of the functions that start with fz_fuim_new_.
Not all action types have to be handled in the function.

Plugin Prototype

fzrt_error_td fz_cedt_item_func(

fzrt_int

windex,

fz_cedt_item_ptr

item_ptr,

fz_cedt_item_action_enum

action )

Parameters

windex [Input]

fuim manager

item_ptr [Input]

type of action that occurred

action [Input]

index of the item that an action occurred

Returns

TRUE if the action was handled successfully, FALSE if it was not successful.

Availability

5.0.0.0

Defined in

fz_cedt_api.h