System.Types.TShortIntDynArray

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type TShortIntDynArray = array of ShortInt;

Propriétés

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

Description

TShortIntDynArray définit un tableau d'éléments ShortInt.

Le type TShortIntDynArray définit un tableau dynamique d'éléments ShortInt.

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

Voir aussi