System.Types.TLongWordDynArray

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type TLongWordDynArray = array of Cardinal;

Propriétés

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

Description

TLongWordDynArray définit un tableau d'éléments LongWord.

Le type TLongWordDynArray définit un tableau dynamique d'éléments LongWord.

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

Voir aussi