SetRangeUint32 Data Member Function

Sets the range of the control at the specified index.

Prototype

int32 SetRangeUint32( int32 p_nIndex, uint32 min, uint32 max )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index of the control whose range label you wish to set.
uint32minThe range minimum value.
uint32maxThe range maximum value.

Examples

Copy Text To Clipboard

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