System.Types.TSmallIntDynArray

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type TSmallIntDynArray = array of SmallInt;

Propriétés

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

Description

TSmallIntDynArray définit un tableau d'éléments SmallInt.

Le type TSmallIntDynArray définit un tableau dynamique d'éléments SmallInt.

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

Voir aussi