Search Results

0
votes
4answers
487 views

How to implement reference counted objects in Delphi

I have a graph like structure. I don't know exactly when to destroy the objects in traditional Delphi manner, instead I would like to implement something like reference counted objects. I know that …