Kylix - tab por enter

Top  Previous  Next

Uses Qt

 

begin

  If  (Key = Key_Enter) or (Key = Key_Return) then

    SelectNext(ActiveControl, True, True);

End;