[Overview][Procedures and functions][Index] Reference for unit 'LCLMessageGlue' (#lcl)

LCLSendMouseMultiClickMsg

Declaration

Source position: lclmessageglue.pas line 81

function LCLSendMouseMultiClickMsg(

  const Target: TControl;

  XPos: SmallInt;

  YPos: SmallInt;

  Button: TMouseButton;

  ClickCount: Byte = 2;

  ShiftState: TShiftState = []

):PtrInt;