SetRangeInt64 Data Member Function

Sets the range of values for the control at the specified index.

Prototype

int32 SetRangeInt64( int32 p_nIndex, int64 p_iMin, int64 p_iMax )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index of the control whose range value you wish to set.
int64p_iMinThe minimum allowed value.
int64p_iMaxThe maximum allowed value.

Examples

Copy Text To Clipboard

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