RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.TBytes Type

TBytes declares an array of Bytes.

Pascal
TBytes = array of Byte;
C++
array of Byte TBytes;

The TBytes type declares a dynamic array of Bytes.

Note: Dynamic arrays have no intrinsic size. SetLength is used to allocate storage for the defined array size desired. Dynamic arrays are always integer-indexed, starting at 0.
 

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