GetListValue Data Member Function

Returns the value of the user-selected item in the drop-down list control item at the specified index. For example, if the drop-down list has four items, this function returns '0' if the user has chosen the first item and '3' if the user has chosen the last item.

Prototype

int32 GetListValue( int32 p_nIndex )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index of the drop-down list control whose value you wish to query.

Examples

Copy Text To Clipboard

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