System.Types.TShortIntDynArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TShortIntDynArray = array of ShortInt;

Properties

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

Description

TShortIntDynArray defines an array of ShortInt elements.

The TShortIntDynArray defines a dynamic array of ShortInt elements.

Use SetLength to allocate storage for such an array.

See Also