Resize the MDI window.
MDI SET TITLE (title)
title:=MDI Get title
Parameter
Type
Description
title
TEXT
MDI MAXIMIZE
MDI MINIMIZE
MDI RESTORE
MDI SET CLOSE BOX ENABLED(enabled)
enabled:=MDI Get close box enabled
Parameter
Type
Description
enabled
LONGINT
MDI USE ICON FILE(iconPath)
Parameter
Type
Description
iconPath
TEXT
MDI GET POSITION(left;top;width;height)
MDI SET POSITION(positioning;left;top;width;height;zOrder)
Parameter
Type
Description
left
LONGINT
top
LONGINT
width
LONGINT
height
LONGINT
positioning
LONGINT
zOrder
LONGINT
Window Z-Order Flags
Property | Type | Description |
---|---|---|
HWND_BOTTOM | LONGINT | 1 |
HWND_NOTOPMOST | LONGINT | -2 |
HWND_TOP | LONGINT | 0 |
HWND_TOPMOST | LONGINT | -1 |
Window Position Flags
SWP_ASYNCWINDOWPOS | LONGINT | 16384 |
SWP_DEFERERASE | LONGINT | 8192 |
SWP_DRAWFRAME | LONGINT | 32 |
SWP_HIDEWINDOW | LONGINT | 128 |
SWP_NOACTIVATE | LONGINT | 16 |
SWP_NOCOPYBITS | LONGINT | 256 |
SWP_NOMOVE | LONGINT | 2 |
SWP_NOOWNERZORDER | LONGINT | 512 |
SWP_NOREDRAW | LONGINT | 8 |
SWP_NOSENDCHANGING | LONGINT | 1024 |
SWP_NOSIZE | LONGINT | 1 |
SWP_NOZORDER | LONGINT | 4 |
SWP_SHOWWINDOW | LONGINT | 64 |