System.Types.TWordDynArray

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type TWordDynArray = array of Word;

Propriétés

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

Description

TWordDynArray définit un tableau d'éléments Word.

Le type TWordDynArray définit un tableau dynamique d'éléments Word.

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

Voir aussi