Snapshot ID for the Window
Source position: MUIClass.Window.pas line 151
published property TMUIWindow.ID : LongWord |
For most of your windows, you should define a longword as id value. Only a window with an id is able to remember its size and position.
Additionally, when you use an ascii id (e.g. 'MAIN'), your window can be controlled from ARexx. You can use the MAKE_ID() function in the muihelper unit to create such IDs
Of course all windows of your application must have unique ids.
|
[i] Specify the left edge of a window. |
|
|
[i] Specify the top edge of a window. |
|
|
Snapshot (Remember) the window position |