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

fz_fuim_item_binary_char

Description

Sets a fuim item to be true when the associated character data (data_ptr) is true (true_value). The item is true when the value in data_ptr equals true_value.

Plugin Prototype

void fz_fuim_item_binary_char(

fz_fuim_tmpl_ptr

fuim_tmpl,

short

item_id,

char *

data_ptr,

char

true_value,

char

false_value )

Parameters

fuim_tmpl [Input]

fuim manager

item_id [Input]

item id

data_ptr [Input]

pointer to data to check for true value

true_value [Input]

value that indicates true

false_value [Input]

value that indicates false

Returns

None

Availability

5.0.0.0

See Also

, fz_fuim_item_binary_uchar,, ,,

Function Set

fz_fuim_fset


Defined in

fz_fuim_api.h