Jump to content

Recommended Posts

Posted

Hi,

 

One possible solution I think:

procedure TMainForm.UniFormCreate(Sender: TObject);
begin
  UniComboBox1.JSInterface.JSAddListener('keypress', 'function(me, e){return (e.keyCode==13)}');
end;

Best regards,

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...