[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] Reference for unit 'fpGUI' (#fpgui)

TDrawCellEvent

Declaration

Source position: grid.inc line 94

type TDrawCellEvent = procedure(

  Sender: TObject;

  ACanvas: TFCanvas;

  ACol: Integer;

  ARow: Integer;

  Rect: TRect;

  State: TGridDrawState

) of object;