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