Discover DelphiVCL4Python's Available Colors
May 24, 2021
Color is used to specify the color of a Windows-only control. It is used by the Color property of many components and by several other properties that specify color values.
The DelphiVCL.Graphic unit contains definitions of useful constants for Color. These constants map either directly to the closest matching color in the system palette (for example, clBlue maps to blue) or to the…