System.Types.TSmallIntDynArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TSmallIntDynArray = array of SmallInt;

Properties

Type Visibility Source Unit Parent
array public System.Types.pas System.Types System.Types

Description

TSmallIntDynArray defines an array of SmallInt elements.

The TSmallIntDynArray defines a dynamic array of SmallInt elements.

Use SetLength to allocate storage for such an array.

See Also