CArray is an Array member that contains the representation of each Byte as an AnsiChar value. CArray values can be accessed by adding the value to a string such as Str := Str + Rec.CArray or by an index in the range 0 to 3, where each value corresponds the following Byte value:
- CArray[0] - Byte1
- CArray[1] - Byte2
- CArray[2] - Byte3
- CArray[3] - Byte4