Tagged Questions
1
vote
2answers
666 views
Finding out position of a control inside TGridPanel
How I can find out the position (row and column index) of controls inside TGridPanel? I'd like to use common OnClick event for number of buttons and need to know the X,Y position of the button.
I'm ...