System.Types.TCardinalDynArray

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type TCardinalDynArray = array of Cardinal;

Propriétés

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

Description

TCardinalDynArray définit un tableau d'éléments cardinaux.

Le type TCardinalDynArray définit un tableau dynamique d'éléments cardinaux.

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

Voir aussi