Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Object-Pascal / Delphi-Language (https://www.delphipraxis.net/32-object-pascal-delphi-language/)
-   -   Delphi StrToColor? (https://www.delphipraxis.net/70142-strtocolor.html)

toredo 25. Mai 2006 17:46


StrToColor?
 
hay,

ich brauche eine function oder so was um einen string, den ich aus einer ini-datei lese, in einen tcolor umzuwandeln.

also hier kommt beim kompilieren halt der fehler, das die typen incompatibel sind:
Delphi-Quellcode:
Label1.Font.Color:=ini.ReadString('Farben','Farbe1','clBlack');

mfG toredo

Sascha L 25. Mai 2006 17:50

Re: StrToColor?
 
StringToColor
ColorToString

jfheins 25. Mai 2006 17:50

Re: StrToColor?
 
Speicher sie als Zahl (in nen Integer casten) ;)

toredo 25. Mai 2006 17:55

Re: StrToColor?
 
hm, das erscheint mir irgendwie komisch, weil es heisst ja auch StrToInt, StrToFloat usw. warum heisst es hier aber String :? ?




mfG toredo

_frank_ 25. Mai 2006 17:57

Re: StrToColor?
 
ich würde den farbwert als hex-string speichern, so in etwa:

ini.writestring('section','key',inttohex(color,6)) ;

StrToInt('$'+ini.readstring('section','key','00000 0'));

Gruß Frank

Sascha L 25. Mai 2006 17:57

Re: StrToColor?
 
um uns zu ärgern :D

weiß der Geier, wieso die Funktion so heißt ;-)


Alle Zeitangaben in WEZ +1. Es ist jetzt 17:04 Uhr.

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