System.PByte

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

PByte         = ^Byte;        {$NODEFINE PByte}       { defined in sysmac.h }

C++

typedef Byte*                PByte;            //

Propriétés

Type Visibilité  Source Unité  Parent
pointer
typedef
public
System.pas
sysmac.h
System System

Description

PByte est un pointeur sur un Byte.

PByte est un pointeur sur un Byte.

Voir aussi