Unit 'MUIClass.Window' Package
[Overview][Types][Classes][Index] [#MUIClass]

TMUIWindow.ID

Snapshot ID for the Window

Declaration

Source position: MUIClass.Window.pas line 146

published property TMUIWindow.ID : LongWord
  read FID
  write SetID
  default 0;

Description

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.

See also

LeftEdge

  

[i] Specify the left edge of a window.

TopEdge

  

[i] Specify the top edge of a window.

Snapshot()

  

Snapshot (Remember) the window position


Documentation generated on: 2024-04-25