[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'DBGrids' (#lcl)

TCustomDBGrid.OnTitleClick

Event handler for mouse clicks on a Title cell.

Declaration

Source position: dbgrids.pas line 539

protected property TCustomDBGrid.OnTitleClick : TDBGridClickEvent
  read FOnTitleClick
  write FOnTitleClick;

Description

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 3.2 Generated 2024-02-25 Home