Sets the range of the control at the specified index.
int32 SetRangeUint32( int32 p_nIndex, uint32 min, uint32 max )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| int32 | p_nIndex | The index of the control whose range label you wish to set. |
| uint32 | min | The range minimum value. |
| uint32 | max | The range maximum value. |
None published. Please look for an example in the Simdify Scripting Language code base.