Reduce algorithm for TStrings.Reduce.
Source position: classesh.inc line 893
type TStringsReduceMethod = function( |
const s1: string; |
const s2: string |
):string of object; |
TStringsReduceMethod is the prototype for the callback in TStrings.Reduce. The method must return the reduced value for values S1 and S2. On every iteration S1 will contain the result of the previous iteration.
|
Get a reduced value from the string list. |