Unit 'TreeGrids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#bs_controls]

TTGBeforeCellPaintEvent

Declaration

Source position: treegrids.pas line 2083

type TTGBeforeCellPaintEvent = procedure(

  Sender: TBaseTreeGrid;

  TargetCanvas: TCanvas;

  Node: PTreeGridNode;

  Column: TColumnIndex;

  CellPaintMode: TTGCellPaintMode;

  CellRect: TRect;

  var ContentRect: TRect

) of object;



CT Web help

CodeTyphon Studio