Mein Problem ist es einen einfach String zu ersetzen.
Mein Code:
Delphi-Quellcode:
// Aktuelles Formular: Form2
s := Form1.Memo1.Text;
s := StringReplace(s,FindText.Text, ReplaceText.Text, []);
Normalerweise müsste doch jetzt Memo1 auf Form1 auf FindText.Text durchsucht werden?
Das klappt aber nicht