Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.

Example

qml_clearcomponentcache()

History

VersionDescription
1.0.0initial version

Author

Allan CORNET