Sollte das nicht so aussehen:
Delphi-Quellcode:
if (ssCtrl in Shift) and (Key = Ord('C')) then
begin
sKopieren:= StringGrid1.Cells[StringGrid1.Col,StringGrid1.Row];
end;
if (ssCtrl in Shift) and (Key = Ord('V')) then
begin
StringGrid1.Cells[StringGrid1.Col,StringGrid1.Row] := sKopieren;
end;
[edit]Verdammt! Heute isser schnell der Junge[/edit]