I am using delphi 7
I want my system to have an option to change the color of say a panel and when the user closes the program and opens it again, the color should still be there.
Is there a way to save the new color in an sql column and when the programs oncreate procedure fires, it will get the color desired from the sql field.
If this is possible, how?