[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'LMessages' (#lcl)

TLMSetCursor

Declaration

Source position: lmessages.pp line 338

type TLMSetCursor = record

  Msg: Cardinal;

  UnusedMsg: Cardinal;

  CursorWnd: HWND;

  case Boolean of

    False: (

        HitTest: SmallInt;

        MouseMsg: Word;

      );

    True: (

        Dummy: LPARAM;

        Result: LRESULT;

      );

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.