System.PByte

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type PByte = ^Byte;

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