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

PByteArray

Pointer to an array of byte.

Declaration

Source position: sysutilh.inc line 98

type PByteArray = ^TByteArray;

Description

Generic pointer to TByteArray. Use to access memory regions as a byte array.

See also

TByteArray

  

Array of bytes.

PWordArray

  

Pointer to an array of word.

TWordArray

  

Array of word (Unsigned 16 bit integer).


Documentation generated on: Jul 24 2023