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

TLMNCHITTEST

Declaration

Source position: lmessages.pp line 850

type TLMNCHITTEST = record

  Msg: Cardinal;

  

  Unused: WPARAM;

  

  case Integer of

    0: (

        XPos: SmallInt;

        YPos: SmallInt;

      );

    1: (

        Pos: TSmallPoint;

      );

    2: (

        Dummy: LPARAM;

        Result: LRESULT;

      );

end;

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