RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMMove Record
Pascal
TWMMove = packed record
  Msg: Cardinal;
  Unused: Integer;
  case Integer of
    0: (XPos: Smallint;
        YPos: Smallint;);
    1: (Pos: TSmallPoint;
        Result: Longint;);
end;
C++
struct TWMMove {
  unsigned Msg;
  int Unused;
  Smallint XPos;
  Smallint YPos;
  TSmallPoint Pos;
  Longint Result;
};

Messages

This is record Messages.TWMMove.

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