TByteArray declares an array of Bytes.
TByteArray = array[0..32767] of Byte;
array[0..32767] of Byte TByteArray;
SysUtils
The TByteArray type declares 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!
|