JCL Help:TIterateFunc
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TIterateFunc Type
Search in JCL Help
Search in all projects
Summary
The type of the parameter to TStringHashMap.Iterate.
Pascal
TIterateFunc = function (AUserData: PUserData; const AStr: string; var APtr: PData): Boolean;
Parameters
Parameters | Description |
AUserData | The same parameter as was passed to the Iterate 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 Iterate 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