System.TSmallIntDynArray

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef DynamicArray<Smallint>        TSmallIntDynArray;

Properties

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

Description

Is a dynamic array of SmallInt.

TSmallIntDynArray is a dynamic array with SmallInt elements.

See Also