Thema: Delphi List of system colors

Einzelnen Beitrag anzeigen

Benutzerbild von uligerhardt
uligerhardt

Registriert seit: 19. Aug 2004
Ort: Hof/Saale
1.735 Beiträge
 
Delphi 2007 Professional
 
#4

AW: List of system colors

  Alt 16. Feb 2012, 14:01
There is the Colors array in Graphics.pas. Unfortunately it's declared in the implementation section, so you can't access it directly. But you can fill your array with the GetColorValues function and get the TColor values from the color names via StringToColor.
Uli Gerhardt
  Mit Zitat antworten Zitat