System.TByteDynArray

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef DynamicArray<Byte>            TByteDynArray;

Properties

Type Visibility Source Unit Parent
typedef public sysdyn.h System System

Description

Is a dynamic array of Bytes.

TByteDynArray is a dynamic array with Byte elements. You must use SetLength to allocate storage for such an array.

TByteDynArray uses dynamically allocated memory and can exceed the allocated size limitation inherent in TByteArray.

See Also