Vcl.Graphics.PColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PColor = ^TColor;

Properties

Type Visibility Source Unit Parent
pointer public System.UITypes.pas Vcl.Graphics Vcl.Graphics

Description

PColor is a pointer to a TColor type.

The TColor type represents a color as an integer.

Note: Static arrays are declared with an immutable size.

See Also