Thanks, applied. In some places you override the eventFilter like this: +function TQtTabWidget.EventFilter(Sender: QObjectH; Event: QEventH): Boolean; cdecl; +begin + Result := False; + + inherited EventFilter(Sender, Event); +end; + What setting the result to false and calling inherited will do? -- Felipe Monteiro de Carvalho