| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
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.
  | 
Return the bytes in a string  |