RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Types.PSize Type

PSize is a pointer to a TSize variable.

Pascal
PSize = ^TSize;
C++
^TSize PSize;

The TSize type holds the width and height of something, typically in pixels. 

 

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