JVCL Help:TExtensibleInterfacedPersistent.RefCount
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TExtensibleInterfacedPersistent.RefCount Property
[+] TExtensibleInterfacedPersistent Fields
[+] TExtensibleInterfacedPersistent Methods
[+] TExtensibleInterfacedPersistent Properties
Search in JVCL Help
Search in all projectsSummary
Indicates the number of interface pointers currently dependent upon the object.
Pascal
propertyRefCount: Integer;
Description
RefCount defines the lifetime of the object. When RefCount is zero, the object is destroyed.
RefCount is incremented by calls to the _AddRef method and decremented by the _Release method.
See Also
TExtensibleInterfacedPersistent.FRefCount
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