RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Types.PPoint Type

PPoint is a pointer to a TPoint variable.

Pascal
PPoint = ^TPoint;
C++
^TPoint PPoint;

Types

The TPoint type defines a pixel location onscreen, with the origin in the top left corner. 

 

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