Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Save TColor values to a file & Load same

Status
Not open for further replies.

DecHam29

Technical User
Mar 15, 2008
4
US
On Termination of my program I save my selected TColor's in hex form. When I 'f.LoadFromFile('xx.txt')' those TColor's, I convert them thusly: 'I1Color := HexToTColor(f);'. I1Color is type TColor. Upon using the I1Color I get something quite different in color. Clear? I hope...

Thank you, Vern
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top