AddListItem Data Member Function

Adds an item to the drop-down list control at the specified index.

Prototype

int32 AddListItem( int32 p_iIndex, string p_sValue )

Parameters

Parameter Type Parameter Name Documentation
int32p_iIndexThe index of the drop-down list control to which to add the item.
stringp_sValueThe text of the list item.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.