Indy 9
|
TLr = packed record L1: byte; L2: byte; L3: byte; L4: byte; end;
L1 is used to store the value of byte 1 of 4 bytes in the TLr structure. L2 is used to store the value of byte 2 of 4 bytes in the TLr structure. L3 is used to store the value of byte 3 of 4 bytes in the TLr structure. L4 is used to store the value of byte 4 of 4 bytes in the TLr structure.