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

TTGDragOverEvent

Declaration

Source position: treegrids.pas line 2071

type TTGDragOverEvent = procedure(

  Sender: TBaseTreeGrid;

  Source: TObject;

  Shift: TShiftState;

  State: TDragState;

  const Pt: TPoint;

  Mode: TDropMode;

  var Effect: LongWord;

  var Accept: Boolean

) of object;



CT Web help

CodeTyphon Studio