[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Iterate over the strings in the hash table
Source position: contnrs.pp line 448
public function TFPStringHashTable.Iterate( |
aMethod: TStringIteratorMethod |
):string; virtual; |
aMethod |
|
Method to call for each string in the hash table. |
Empty or the string that caused the iterate to abort.
Iterate iterates over all elements in the array, calling aMethod for each string, or until the method returns False in its continue parameter. It returns an empty string if all elements were processed, or the string that was being processed when aMethod returned False in the Continue parameter.
ForeachCall |