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

TVSTShortenStringEvent

Declaration

Source position: treegrids.pas line 3406

type TVSTShortenStringEvent = procedure(

  Sender: TBaseTreeGrid;

  TargetCanvas: TCanvas;

  Node: PTreeGridNode;

  Column: TColumnIndex;

  const S: string;

  TextSpace: Integer;

  var Result: string;

  var Done: Boolean

) of object;



CT Web help

CodeTyphon Studio