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

TToggledCheckboxEvent

Declaration

Source position: grids.pas line 342

type TToggledCheckboxEvent = procedure(

  sender: TObject;

  aCol: Integer;

  aRow: Integer;

  aState: TCheckBoxState

) of object;