FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
PAddress Type

Used for pointer arithmetic. Point to PAnsiChar if Delphi is less than 2009, or to PByte otherwise.

Pascal
PAddress = PAnsiChar;
C++
PAnsiChar PAddress;
Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!