System.Types.TIntegerDynArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TIntegerDynArray = array of Integer;

Properties

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

Description

Defines an array of integer elements.

TIntegerDynArray defines a dynamic array of integer elements.

Use SetLength to allocate storage for such an array.

See Also