GUIObjectQ
Details and Options
- To use GUIObjectQ, you first need to load GUIKit using Needs["GUIKit`"].
- GUIObjectQ is used to determine whether ref represents a live interface.
- Live interfaces are typically terminated either when the user closes the window by calling CloseGUIObject or ReleaseGUIObject.
Examples
Basic Examples (1)
Needs["GUIKit`"]Create a GUIObject instance and assign it to a variable:
ref = GUIRun["Wolfram/Example/Calculator"]With the interface still running, test whether the variable references an active GUIObject:
GUIObjectQ[ref]Force the interface to terminate and release its resources:
ReleaseGUIObject[ref]Test whether the variable still references an active GUIObject:
GUIObjectQ[ref]See Also
Tech Notes
Related Guides
Text
Wolfram Research (2007), GUIObjectQ, Wolfram Language function, https://reference.wolfram.com/language/GUIKit/ref/GUIObjectQ.html.
CMS
Wolfram Language. 2007. "GUIObjectQ." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/GUIKit/ref/GUIObjectQ.html.
APA
Wolfram Language. (2007). GUIObjectQ. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/GUIKit/ref/GUIObjectQ.html
BibTeX
@misc{reference.wolfram_2026_guiobjectq, author="Wolfram Research", title="{GUIObjectQ}", year="2007", howpublished="\url{https://reference.wolfram.com/language/GUIKit/ref/GUIObjectQ.html}", note=[Accessed: 15-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_guiobjectq, organization={Wolfram Research}, title={GUIObjectQ}, year={2007}, url={https://reference.wolfram.com/language/GUIKit/ref/GUIObjectQ.html}, note=[Accessed: 15-June-2026]}