Event handler for mouse clicks on a Title cell.
Source position: dbgrids.pas line 540
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.