SetListValue Data Member Function

Sets the index value of the list at the specified index.

Prototype

int32 SetListValue( int32 p_nIndex, int32 p_nValue )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index of the drop-down list control whose value you wish to set.
int32p_nValueThe index value, which is 0 to list count - 1.

Examples

Copy Text To Clipboard

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