System.Types.TWordDynArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TWordDynArray = array of Word;

Properties

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

Description

TWordDynArray defines an array of Word elements.

The TWordDynArray defines a dynamic array of Word elements.

Use SetLength to allocate storage for such an array.

See Also