RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TDragRec Record
Pascal
TDragRec = record
  Pos: TPoint;
  Source: TDragObject;
  Target: Pointer;
  Docking: Boolean;
end;
C++
struct TDragRec {
  TPoint Pos;
  TDragObject Source;
  void * Target;
  Boolean Docking;
};

This is record Controls.TDragRec.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!