DBGrid ::
The TDBGrid Delphi component is one of the jewels of the VCL. Designed to enable a user to view and edit data in a tabular grid, the DBGrid provides various ways of customizing the way it represents its data.
Need to highlight the row behind the mouse cursor in a DBGrid? Here's how to select (make active record) and highlight (change color, font, etc.) a row in a DBGrid as mouse moves around the grid...
The TDBGrid Delphi component is one of the jewels of the VCL. Designed to enable a user to view and edit data in a tabular grid, the DBGrid provides various ways of customizing the way it represents its data.
Need to highlight the row behind the mouse cursor in a DBGrid? Here's how to select (make active record) and highlight (change color, font, etc.) a row in a DBGrid as mouse moves around the grid...
Read the full article to learn how to Select and Highlight a row in Delphi's DBGrid - Implement OnMouseOverRow "event"
Related:
Comments
No comments yet. Leave a Comment

