Obtain a pointer to the intuition Window structure
Source position: MUIClass.Window.pas line 132
public property TMUIWindow.Window : PWindow |
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.
|
You can get a pointer to the parent screen of a window by getting this attribute. |