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