Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

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

BytesOf

  

Return the bytes of a string in a TBytes array.


Documentation generated on: Jul 24 2023