RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.PColor Type

PColor is a pointer to a TColor type.

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

The TColor type represents a color as an integer.

Note: Static arrays are declared with an immutable size.
 

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