Check whether a TUInt24Rec value is less than or equal to another TUInt24Rec value.
Source position: unicodedata.pas line 266
| class operator TUInt24Rec.lessthanorequal(TUInt24Rec,TUInt24Rec):Boolean( | 
| a: TUInt24Rec; | 
| b: TUInt24Rec | 
| ):Boolean; | 
| a | 
 | First TUInt24Rec to compare. | 
| b | 
 | Second TUInt24Rec to compare. | 
True if a is less than or equal to b.
The comparison is done by comparing the bytes byte0, byte1 and byte2.