System.Types.TInt64DynArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TInt64DynArray = array of Int64;

Properties

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

Description

TInt64DynArray defines an array of Int64 elements.

The TInt64DynArray defines a dynamic array of Int64 elements.

Use SetLength to allocate storage for such an array.

See Also