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;
};

This is record Messages.TWMMoving.

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