JVCL Help:TExtensibleInterfacedPersistent.ResumeRefCount

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Decrements RefCount without destroying the object if it reaches 0.


Pascal

 procedureResumeRefCount;


Description

ResumeRefCount decrements RefCount without destroying the object if it reaches 0. Together with SuspendRefCount you can temporarily disable reference counting if a certain process may result in a reference to the object being made and released, resulting in an undesired destruction of the object.
The decreasing is thread-safe.


See Also

TExtensibleInterfacedPersistent.SuspendRefCount


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page