System.Types.TLongWordDynArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TLongWordDynArray = array of Cardinal;

Properties

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

Description

TLongWordDynArray defines an array of LongWord elements.

The TLongWordDynArray defines a dynamic array of LongWord elements.

Use SetLength to allocate storage for such an array.

See Also