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

TTGDrawTextEvent

Declaration

Source position: treegrids.pas line 3414

type TTGDrawTextEvent = procedure(

  Sender: TBaseTreeGrid;

  TargetCanvas: TCanvas;

  Node: PTreeGridNode;

  Column: TColumnIndex;

  const CellText: string;

  const CellRect: TRect;

  var DefaultDraw: Boolean

) of object;



CT Web help

CodeTyphon Studio