[i] Specify the width of a window.
Source position: MUIClass.Window.pas line 150
published property TMUIWindow.Width : Integer |
Usually, you won't give a pixel value here but instead use one of the following magic macros:
Default is MUIV_Window_Width_Default.
As long as your window has a window ID, choosing a size is not that important. MUI will always remember a windows last position and size and these values will simply override your settings. Positioning and sizing should be completely under user control, a programmer doesn't need to worry about it.
|
[i] Specify the height of a window. |
|
|
Snapshot ID for the Window |