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

SetWindowPos

Changes the size, position, and Z order of a window.

Declaration

Source position: winapih.inc line 269

function SetWindowPos(

  hWnd: HWND;

  hWndInsertAfter: HWND;

  X: Integer;

  Y: Integer;

  cx: Integer;

  cy: Integer;

  uFlags: UINT

):Boolean;


Version 3.2 Generated 2024-02-25 Home