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

fz_fuim_item_set_string

Description

Changes the string of the fuim item. The item identified by item_id will have it's string changed to str. If the item is of a type that doesn't have a string, an error will be returned and the item will remain untouched.

Plugin Prototype

short fz_fuim_item_set_string(

fz_fuim_tmpl_ptr

fuim_tmpl,

short

item_id,

char *

str )

Parameters

fuim_tmpl [Input]

fuim manager

item_id [Input]

fuim item id

str [Input]

new string

Returns

Error codes

Availability

5.0.0.0

Function Set

fz_fuim_fset


Defined in

fz_fuim_api.h