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 of a string in a TBytes array. |