Hallo,
wenn ich das so mache
Delphi-Quellcode:
spalte := StringGrid1.cols[2]; // die 3. Spalte
spalte := StringReplace(spalte.Text,'grün','rot',[rfReplaceAll])
StringGrid1.cols[2] := spalte; // die 3. Spalte HIER
bekomm ich beim compilieren nen Fehler Inkompatible Typen TStrings und String.
Gruß
Budda