RemoveListItem Data Member Function

Removes a list item from the control at the specified index.

Prototype

int32 RemoveListItem( int32 p_nIndex, int32 p_nListItemIndex )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index of the list control.
int32p_nListItemIndexThe index of the list item to remove.

Examples

Copy Text To Clipboard

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