![]() |
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 |
Re: StrToColor?
StringToColor
ColorToString |
Re: StrToColor?
Speicher sie als Zahl (in nen Integer casten) ;)
|
Re: StrToColor?
hm, das erscheint mir irgendwie komisch, weil es heisst ja auch StrToInt, StrToFloat usw. warum heisst es hier aber String :? ?
mfG toredo |
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 |
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