System.TInt8DynArray

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef DynamicArray<Int8>            TInt8DynArray;

Properties

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

Description

Represents a dynamic array of System.Int8.


System.TInt8DynArray represents a dynamic array with System.Int8 elements.

See Also