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

TDBGridClickEvent

TDBGridClickEvent - generic event handling method for a click in the specified column of a DataBase Grid

Declaration

Source position: dbgrids.pas line 93

type TDBGridClickEvent = procedure(

  Column: TColumn

) of object;