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

SetWindowPos

Declaration

Source position: winapih.inc line 262

function SetWindowPos(

  hWnd: HWND;

  hWndInsertAfter: HWND;

  X: Integer;

  Y: Integer;

  cx: Integer;

  cy: Integer;

  uFlags: UINT

):Boolean;