RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.PColor Type

PColor is a pointer to a TColor type.

Pascal
PColor = ^TColor;
C++
^TColor PColor;

Graphics

The TColor type represents a color as an integer.

Note: Static arrays are declared with an immutable size.
 

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