System.TIntegerDynArray

From RAD Studio API Documentation

C++

typedef DynamicArray<Integer>         TIntegerDynArray;

Properties

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

Description

Is a dynamic array of Integer.

TIntegerDynArray is a dynamic array with Integer elements.

See Also