Autor Beitrag
Hendrik
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 324



BeitragVerfasst: Do 03.10.02 15:20 
Hallo
Ich habe Delphi 3, wie kann ich da die Undo Funktion von der Richedit Kompo nutzten?
Luckie
Ehemaliges Mitglied
Erhaltene Danke: 1



BeitragVerfasst: Do 03.10.02 15:47 
So:
ausblenden Quelltext
1:
2:
3:
4:
rocedure TForm1.Button1Click(Sender: TObject);
begin
  RichEdit1.Undo;
end;
majolo
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 334

Ubuntu 8.04, WinXP Prof.
D1, D6Pers, D7 Prof., D8 Prof., D2005 Pers
BeitragVerfasst: Fr 04.10.02 11:17 
Hi,

schau mal unter www.tutorials.delphi-source.de/undoredo/
#Ganzes Tutorial zu Undo/Redo, falls du noch ein Redo brauchst.
Gruss
majolo
Hendrik Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 324



BeitragVerfasst: Fr 04.10.02 11:45 
@ Luckie
Das hab ich schon probiert gehabt und er kennt den Befehl noch nicht (bei Delphi 3). Sonst hätte ich hier nix geschrieben.