Gianluca
0
Q:

delphi check if key pressed is enter

procedure TForm1.Memo1KeyPress(Sender: TObject; var Key: Char);
begin
  if Key = #13 then
  begin
    // Do something
  end;
end;
0

New to Communities?

Join the community