Unit 'VirtualTrees' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_virtualtrees]

TVTDragDropEvent

Declaration

Source position: virtualtrees.pas line 1801

type TVTDragDropEvent = procedure(

  Sender: TBaseVirtualTree;

  Source: TObject;

  DataObject: IDataObject;

  Formats: TFormatArray;

  Shift: TShiftState;

  const Pt: TPoint;

  var Effect: LongWord;

  Mode: TDropMode

) of object;



CT Web help

CodeTyphon Studio