RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.PByte Type

PByte is a pointer to a Byte variable.

Pascal
PByte = ^Byte;
C++
^Byte PByte;

System

PByte is a pointer to a Byte variable. 

 

Byte

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!