RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Types.PRect Type

PRect is a pointer to a TRect variable.

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

The TRect type represents the dimensions of a rectangle. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!