Zum Beispiel so. Für jede Form eine ander Section wählen. In FormCreate load und in FormDestroy Save ausführen.
Delphi-Quellcode:
function LoadFormColorFromIniFile(const FileName, Section: string): TColor;
procedure SaveFormColorToIniFile(const FileName, Section: string; const Color: TColor);