Assign TUInt24Rec to word.
Source position: unicodedata.pas line 237
| class operator TUInt24Rec.implicit(TUInt24Rec):Word( | 
| a: TUInt24Rec | 
| ):Word; | 
| a | 
 | TUInt24Rec record to assign. | 
Word to assign to.
Assign to word, byte0 to MSB, byte1 to MSB.
If the value is too big (>$FFFF) to be assigned, an overflow error occurs.
| 
 | Assign TUInt24Rec to cardinal. | |
| 
 | Assign TUInt24Rec to longint. | |
| 
 | Assign TUInt24Rec to byte. | |
| 
 | Assign TUInt24Recfrom Cardinal. | |
| TUInt24Rec.implicit(Longint):TUInt24Rec | ||
| TUInt24Rec.implicit(Word):TUInt24Rec | ||
| TUInt24Rec.implicit(Byte):TUInt24Rec |