using the TFPGMAP's Clear, Remove and delete
The Docs are not clear on using, CLEAR, REMOVE and DELETE.
I have for the data part of the keys Classes, objects etc. Does the code also call the .FREE on these items ?
it does state that it gets removed from memory, I can only assume it means the managed array of the keys and data items.
But it also states down in the base classes far from this class, depending on the data descendant, it may also delete that too.
Does the destructor get called on these items using this generic?