Object Reference > True DBGrid Events > FootClick Event |
FootClick Event
The FootClick event occurs when the user clicks on the footer for a particular grid column.
object_FootClick (ByVal ColIndex As Integer)
Event applies to TDBGrid and TDBDropDown controls.
Arguments
ColIndex is an integer that identifies the column footer that was clicked.
One possible action for this event is to re-sort the Recordset object based on the selected column.