SetRangeInt32 Data Member Function

Sets the range of the control at the specified index.

Prototype

int32 SetRangeInt32( int32 p_nIndex, int32 min, int32 max )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index at which to set the range value.
int32minThe range minimum value.
int32maxThe range maximum value.

Examples

Copy Text To Clipboard

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