JVCL Help:TExtensibleInterfacedPersistent.ResumeRefCount
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TExtensibleInterfacedPersistent.ResumeRefCount Method
[+] TExtensibleInterfacedPersistent Fields
[+] TExtensibleInterfacedPersistent Methods
[+] TExtensibleInterfacedPersistent Properties
Search in JVCL Help
Search in all projectsSummary
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