PByteArray declares a pointer to an array of Bytes.
PByteArray = ^TByteArray;
^TByteArray PByteArray;
SysUtils
The PByteArray type declares a pointer to a TByteArray : a static array of Bytes. The array size is 32,768 (2**15) elements.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|