RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.PByteArray Type

PByteArray declares a pointer to an array of Bytes.

Pascal
PByteArray = ^TByteArray;
C++
^TByteArray PByteArray;

The PByteArray type declares a pointer to a TByteArray : a static array of Bytes. The array size is 32,768 (2**15) elements.

Note: Static arrays are declared with an immutable size.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!