Search Results

1
vote

How to do mouse panning on a custom component in Delphi 2009.

In the same unit that defines TWinControl, you have the implementation of TControl. See how the mouse events and procedures are defined. You can try to capture mouse messages in your component. …
0
votes

Cloning a TStringGrid Component

"...and the buttons (button1 and button2) of Form1 only work with the first StringGrid but not with the new added one. I did read somewhere that in order to solve this problem..." …