System.SysUtils.PByteArray

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type PByteArray = ^TByteArray;

C++

typedef TByteArray *PByteArray;

Propriétés

Type Visibilité  Source Unité  Parent
pointer
typedef
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

PByteArray déclare un pointeur sur un tableau d'octets.

Le type PByteArray déclare un pointeur sur un TByteArray : un tableau statique d'octets. La taille du tableau est de 32 768 (2**15) éléments.

Remarque :  Les tableaux statiques sont déclarés avec une taille immuable.

Voir aussi