RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Types.PRect Type

PRect is a pointer to a TRect variable.

Pascal
PRect = ^TRect;
C++
^TRect PRect;

Types

The TRect type represents the dimensions of a rectangle. 

 

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