#1 2013-01-17 11:14:56

arquivo59
Member
Registered: 2013-01-14
Posts: 24

Garbage Collector

There is a Garbage Collector on the framework?

Offline

#2 2013-01-17 12:32:30

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,659
Website

Re: Garbage Collector

No, there is none, in the sense of Java or C# Garbage Collector.

There is a global GarbageCollector: TObjectList variable in SynCommons.pas which is used to free all static/global objects, at application closing.
This is very handy when using class-level information from RTTI, or some global data dictionaries.

Offline

Board footer

Powered by FluxBB