Swap endianness of the argument.
Source position: systemh.inc line 1028
| function SwapEndian( | 
| const AValue: SmallInt | 
| ):SmallInt; | 
| const AValue: Word | 
| ):Word; | 
| const AValue: LongInt | 
| ):LongInt; | 
| const AValue: DWord | 
| ):DWord; | 
| const AValue: Int64 | 
| ):Int64; | 
| const AValue: QWord | 
| ):QWord; | 
SwapEndian will swap the endianness of the bytes in its argument.
None.
| 
 | Return high byte/word/nibble of value. | |
| 
 | Return low nibble/byte/word of value. | |
| 
 | Swap high and low bytes/words of a variable. | |
| 
 | Convert Big Endian-ordered integer to Native-ordered integer. | |
| 
 | Convert Native-ordered integer to a Big Endian-ordered integer. | |
| 
 | Convert Native-ordered integer to a Little Endian-ordered integer. | |
| 
 | Convert Little Endian-ordered integer to Native-ordered integer. |