TByteArray declares an array of Bytes.
TByteArray = array[0..32767] of Byte;
array[0..32767] of Byte TByteArray;
The TByteArray type declares a static array of Bytes. The array size is 32,768 (2**15) elements.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|