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

TMUIWindow.Window

Obtain a pointer to the intuition Window structure

Declaration

Source position: MUIClass.Window.pas line 127

public property TMUIWindow.Window : PWindow
  read GetWindow;

Description

Only possible when window is open. The Pointer could be used for asl.library requester calls

Since the user can close your window any time (e.g. iconification), you must be prepared to receive a nil pointer as result.

See also

Screen

  

You can get a pointer to the parent screen of a window by getting this attribute.


Documentation generated on: 2024-04-23