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

fz_fuim_script_item_range_string

Description

Attaches a string to a fuim item for editing. The item_id passed in should be the id of a fuim item, which was previously created and which supports editing of a string, such as a text edit item. The max_value argument determines how many characters the user can enter for the string.

Parameters

fuim_tmpl [Input]

fuim manager

item_id [Input]

item id of the fuim item to edit the string in

data_ptr [Input]

the string

max_value [Input]

maximum number of characters allowed

Returns

Error codes

Availability

5.0.0.0

See Also

fz_fuim_script_item_range_int, fz_fuim_script_item_range_double