qml_clearcomponentcache
Clears the engine's internal component cache..
📝Syntax
qml_clearcomponentcache
📄Description

This function causes the property metadata of all components previously loaded by the engine to be destroyed.

All previously loaded components and the property bindings for all extant objects created from those components will cease to function.

💡Examples
qml_clearcomponentcache()
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub