Search Results

5
votes
8answers
359 views

How to automatically free classes/objects?

What techniques exist to automatically free objects in delphi applications? …
1
vote
4answers
806 views

How to add mouse wheel support to a component descended from TGraphicControl?

I have created a delphi component which descends from TGraphicControl. Is it possible to add support for mouse wheels? --- Edit --- I've exposed the MouseWheel events as shown b …