System.PByte

From RAD Studio VCL Documentation (German)
Jump to: navigation, search

Contents

Delphi-Informationen

von System.pas

	PByte=		^Byte


Unit: System

Typ: Zeiger

C++-Informationen

von System.hpp

	typedef unsigned char * PByte;


Unit: System

Typ: typedef

Beschreibung

PByte ist ein Zeiger auf ein Byte.


PByte ist ein Zeiger auf ein Byte.

Siehe auch

Personal tools