TBytes
Array of byte
Declaration
Source position: sysutilh.inc line 104
Type
TBytes = Array of Byte
Description
TBytes defines a dynamic array of bytes. This can be used to typecast e.g. strings to manipulate them byte for byte.
See also
Name | Description |
---|---|
BytesOf | Return the bytes in a string |