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

TTGDragDropEvent

Declaration

Source position: treegrids.pas line 2073

type TTGDragDropEvent = procedure(

  Sender: TBaseTreeGrid;

  Source: TObject;

  DataObject: IXDataObject;

  Formats: TFormatArray;

  Shift: TShiftState;

  const Pt: TPoint;

  var Effect: LongWord;

  Mode: TDropMode

) of object;



CT Web help

CodeTyphon Studio