Array of byte
Source position: sysutilh.inc line 104
type TBytes = array of Byte;
TBytes defines a dynamic array of bytes. This can be used to typecast e.g. strings to manipulate them byte for byte.
BytesOf
Return the bytes in a string