RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMNCHitMessage Record
Pascal
TWMNCHitMessage = packed record
  Msg: Cardinal;
  HitTest: Longint;
  XCursor: Smallint;
  YCursor: Smallint;
  Result: Longint;
end;
C++
struct TWMNCHitMessage {
  unsigned Msg;
  Longint HitTest;
  Smallint XCursor;
  Smallint YCursor;
  Longint Result;
};

This is record Messages.TWMNCHitMessage.

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