Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Multimedia (https://www.delphipraxis.net/16-multimedia/)
-   -   Delphi integer farb werte (https://www.delphipraxis.net/2520-integer-farb-werte.html)

chrys 27. Jan 2003 17:41


integer farb werte
 
hallo weis jemand welche integer werte die HTML farben haben ??

zum beispiel clBlue, clRed, clMaroone, clYellow und so weiter ...

:dancer:

Gollum 27. Jan 2003 17:45

Hallo,

Code:
var
  aColor:TColor;
 
  ...
  aColor:=clNavy;
  Label1.Caption:=IntToStr(Integer(aColor));
  ...

chrys 27. Jan 2003 18:49

merci

hatte die stringtocolor gefunden .... mit der gings
danke trotzdem :wink:

sakura 27. Jan 2003 19:00

Schau Dir mal die Library an, für HTML Farben gäbe es da etwas ;)
http://www.delphipraxis.net/viewtopic.php?t=294
...:cat:...


Alle Zeitangaben in WEZ +1. Es ist jetzt 06:22 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz