Unit 'LMessages' Package
[Overview][Constants][Types][Procedures and functions][Index] [#lcl]

TLMMouseEvent

Declaration

Source position: lmessages.pp line 634

type TLMMouseEvent = record

  Msg: Cardinal;

  

  UnusedMsg: Cardinal;

  

  Button: Word;

  

  WheelDelta: SmallInt;

  

  Unused1: LongInt;

  

  X: SmallInt;

  

  Y: SmallInt;

  

  Unused2: LongInt;

  

  Result: LRESULT;

  

  UserData: pointer;

  

  State: TShiftState;

  

end;

Description

Similar to TCMMouseWheel from Delphi. Be very careful when changing because some ported components depend on the similarity.



CT Web help

CodeTyphon Studio