Unit 'LCLMessageGlue' Package
[Overview][Procedures and functions][Index] [#lcl]

LCLSendMoveMsg

Delivers a LM_MOVE message to the target control.

Declaration

Source position: lclmessageglue.pas line 42

function LCLSendMoveMsg(

  const Target: TControl;

  XPos: SmallInt;

  YPos: SmallInt;

  MoveType: PtrInt = Move_Default;

  FromInterface: Boolean = True

):PtrInt;


Version 4.4 Generated 2025-11-08 Home