formZ SDK | 5.0 API Reference | System | Data Type

fz_type_list_insert_item

Description

Inserts an item in the list at the given index, before the item that existed there so that the item has the same index after insertion as the indx parameter passed in.

Plugin Prototype

fzrt_error_td fz_type_list_insert_item(

fz_type_list_ptr

list,

fzrt_int

indx,

fz_type_ptr

data )

Parameters

list [Input]

type list

indx [Input]

index where item will be inserted

data [Input]

item to be added

Availability

5.0.0.0

See Also

fz_type_list_init,, fz_type_list_count, fz_type_list_get_item,, , fz_type_list_clear

Function Set

fz_type_fset


Defined in

fz_type_api.h