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

TSetEditEvent

Declaration

Source position: grids.pas line 1247

type TSetEditEvent = procedure(

  Sender: TObject;

  ACol: Integer;

  ARow: Integer;

  const Value: string

) of object;