Maximum value for a byte.
Source position: syshelph.inc line 387
public const TByteHelper.MaxValue = 255;
MaxValue is the biggest value a byte-typed value can contain.
TByteHelper.MinValue
Minimum value for a byte.