RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMSetCursor Record
Pascal
TWMSetCursor = packed record
  Msg: Cardinal;
  CursorWnd: HWND;
  HitTest: SmallInt;
  MouseMsg: Word;
  Result: Longint;
end;
C++
struct TWMSetCursor {
  unsigned Msg;
  HWND CursorWnd;
  SmallInt HitTest;
  Word MouseMsg;
  Longint Result;
};

This is record Messages.TWMSetCursor.

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