Get the Window object the object is placed in
Source position: MUIClass.Area.pas line 139
public property TMUIArea.WindowObject : TMUIWindow |
You can obtain a pointer to the window object that some gadget belongs to by using this attribute. Useful mainly within Events if you do not want to deal with global variables.