You are not logged in.
Pages: 1
There is a Garbage Collector on the framework?
Offline
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
Pages: 1