System.PByte

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From System.pas

	PByte=		^Byte


Unit: System

Type: pointer

C++ Information

From System.hpp

	typedef unsigned char * PByte;


Unit: System

Type: typedef

Description

Is a pointer to a Byte.


PByte is a pointer to a Byte.

See Also

Personal tools
Translations
Newest Version