From System.pas
PByte= ^Byte
Unit: System
Type: pointer
From System.hpp
typedef unsigned char * PByte;
Type: typedef
Is a pointer to a Byte.
PByte is a pointer to a Byte.