System.Int64Array

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type Int64Array = array [0..268435454] of Int64;

C++

typedef __int64* Int64Array;

Propriétés

Type Visibilité  Source Unité  Parent
array
typedef
public
System.pas
System.hpp
System System

Description

Représente un très grand tableau de valeurs Int64.

N'utilisez pas Int64Array directement. Utilisez PInt64Array en tant que pointeur sur un tableau d'entiers de 64 bits.

Voir aussi