RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Types.PSize Type

PSize is a pointer to a TSize variable.

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

Types

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

 

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