RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMMoving Record
Pascal
TWMMoving = packed record
  Msg: Cardinal;
  Edge: Integer;
  DragRect: PRect;
end;
C++
struct TWMMoving {
  unsigned Msg;
  int Edge;
  PRect DragRect;
};

Messages

This is record Messages.TWMMoving.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!