System.Types.TCardinalDynArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TCardinalDynArray = array of Cardinal;

Properties

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

Description

TCardinalDynArray defines an array of Cardinal elements.

The TCardinalDynArray defines a dynamic array of Cardinal elements.

Use SetLength to allocate storage for such an array.

See Also