TInterfacedObjectEx Class
Provides an improved implementation for TInterfacedObject that was introduced in Delphi XE7 for earlier versions. It makes sure that reference counting during destruction does not call the destructor recursively by using the highest bit in the FRefCount field to mark the instance as currently being destroyed.
The TInterfacedObjectEx type exposes the following members.
Show:
Name | Description | |
---|---|---|
BeforeDestruction | Represents method | |
GetRefCount | Represents method |