JCL Help:TIterateMethod
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TIterateMethod Type
Search in JCL Help
Search in all projects
Summary
The type of the parameter to TStringHashMap.IterateMethod.
Pascal
TIterateMethod = function (AUserData: PUserData; const AStr: string; var APtr: PData): Boolean of object;
Parameters
Parameters | Description |
AUserData | The same parameter as was passed to the IterateMethod method. |
AStr | The value of the string part of the current key. |
APtr | The value of the pointer part of the current key. |
Return Value
Should return True to continue iterating, or False to stop iterating and return to whatever called the IterateMethod method.
Description
The description for this help topic does not exist, edit this page
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