JCL Help:TStringHashMap.IterateMethod

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Iterates through associations in the map.


Pascal

 public procedure IterateMethod(AUserData: PUserData; AIterateMethod: TIterateMethod);


Parameters

Parameters Description
AUserData: PUserData A pointer parameter passed through untouched to the iterator method.
AIterateMethod: TIterateMethod A method pointer called for every assocation in the map; it should return False if it wants to prematurely stop the iteration.


Description

The description for this help topic does not exist, edit this page

See Also

Iterate


About

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