Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

StringGrid Fixed Column/Fixed Row click 1

Status
Not open for further replies.

cavemonkey

Programmer
Jul 26, 2003
1
US
How do I detect if a user has clicked on a fixedcol or fixed row? I tried the onclick event, but it doesnt fire when a fixed col or row is clicked.

any help would be much appreciated. Thanks.
 
You can process the OnMouseDown and OnMouseUp events. Be sure to include code to see if the mouse has moved between the two events. (Allow for a little movement, but if you click and then move the mouse to some other cell, you want to disregard the "click")

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top