Hi.
Short test → does not finally work as expected, because TAB-key still „beeps“. As I can see in the code, there was a solution implemented but is commented:
if (Key = #13) or (Key = #9) then
begin
// Key := #0; // causes a problem when closing NxComboBox popup
Exit;
end;
This is a little bit useless, because a few lines above #13 is set to #0. Maybe reducing it to #9 and uncomment Key... will work without problems noted in the comment but I have no time to check this.



Find content
Not Telling
