Uses Qt
begin
If (Key = Key_Enter) or (Key = Key_Return) then
SelectNext(ActiveControl, True, True);
End;