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

TCellProcessEvent

Declaration

Source position: grids.pas line 380

type TCellProcessEvent = procedure(

  Sender: TObject;

  aCol: Integer;

  aRow: Integer;

  processType: TCellProcessType;

  var aValue: string

) of object;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.