formZ SDK | 5.0 API Reference | System | Data Type
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(
list, | |
fzrt_int | indx, |
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
Defined in