Last updated 2 years ago
Was this helpful?
Returns true if the QObject is a window.
R = QObject_iswindowtype(h)
h - an QObject handle.
R - a logical.
Returns true if the QObject is a window; otherwise returns false.
.
h = errordlg() r = QObject_iswindowtype(h)
1.0.0
initial version
Allan CORNET