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

This is record Messages.TWMNCHitTest.

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