<< QObject_set | QML engine | QObject_used >> |
QObject_undefine(h, property_name) |
an QObject handle.
a string : dynamic property name.
a string: method signature.
Undefine a dynamic property of a QObject handle.
QObject_set (set), QObject_get (get).
h = errordlg()
set(h, 'myProp', 33)
h
get(h, 'myProp')
QObject_undefine(h, 'myProp')
get(h, 'myProp')
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET