System.Int64Array

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Int64Array  = array[0..$0ffffffe] of Int64;

C++

typedef __int64* Int64Array;

Properties

Type Visibility Source Unit Parent
array
typedef
public
System.pas
System.hpp
System System

Description

Represents a very large array of Int64 values.

You should not use Int64Array directly. You should use PInt64Array as a pointer to an array of 64-bit integers.

See Also