[Overview][Classes][Procedures and functions][Index] |
Number of times the object instance has been referenced in the application.
Source position: lazclasses.pas line 65
protected property TRefCountedObject.RefCount : Integer |
RefCount is a read-only Integer property which contains the number of times the object instance has been referenced. Its value is maintained when methods like AddReference and ReleaseReference are called.
|
Increments the value in RefCount and calls DoReferenceAdded. |
|
|
Decrements the value in RefCount and calls DoReferenceReleased. |
Version 4.0 | Generated 2025-05-03 | Home |