System.Types.TInt64DynArray

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type TInt64DynArray = array of Int64;

Propriétés

Type Visibilité  Source Unité  Parent
array public System.Types.pas System.Types System.Types

Description

TInt64DynArray définit un tableau d'éléments Int64.

Le type TInt64DynArray définit un tableau dynamique d'éléments Int64.

Utilisez SetLength pour allouer le stockage d'un tel tableau.

Voir aussi