TypeLib Xojo support Plugin

UInt8Range.Constructor Constructor

Constructs a new UInt8Range with a specific minimum and a specific maximum.

Constructor(
   minimum as UInt8,
   maximum as UInt8)

Parameters

minimum
The minimum value to set. (This can not be larger than the maximum)
maximum
The maximum value to set. (This can not be smaller than the minimum)

Remarks

See Also

UInt8Range Class