Afficher : Delphi C++
Préférences d'affichage

System.Types.TByteDynArray

De XE2 API Documentation

Delphi

type TByteDynArray = array of Byte;

Propriétés

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

Description

Définit un tableau d'éléments d'octets.

TByteDynArray définit un tableau dynamique d'éléments d'octets.

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

Voir aussi

Versions précédentes
Traductions