JCL Help:Iterate FreeObjects
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: Iterate_FreeObjects Function
Search in JCL Help
Search in all projects
Summary
A utility iterating function that calls TObject. Free for all data items in a map.
Pascal
function Iterate_FreeObjects(AUserData: PUserData; const AStr: string; var AData: PData): Boolean;
Description
The description for this help topic does not exist, edit this page
Examples
This frees all objects in the map and clears the map. var myMap: TStringHashMap; // ... myMap.Iterate(nil, Iterate_FreeObjects); myMap.Clear;
About
Unit
Donator
Barry Kelly
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page