[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Event handler for mouse clicks on a Title cell.
Source position: dbgrids.pas line 535
protected property TCustomDBGrid.OnTitleClick : TDBGridClickEvent |
OnTitleClick is a TDBGridClickEvent property that implements the event handler signalled when a mouse click occurs in the fixed title cell for a column. Use OnTitleClick to perform actions required when the title cell for a column is clicked. Assign a procedure to the event handler to respond to the event notification.
OnTitleClick is triggered from the DoHeaderClick method.
Version 4.0 | Generated 2025-05-03 | Home |