Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TStringsMapMethod

Reduce algorithm for TStrings.Map.

Declaration

Source position: classesh.inc line 611

type TStringsMapMethod = function(

  const s: string

):string of object;

Description

TStringsMapMethod is the prototype for the callback in TStrings.Map. The method must return the mapped value for value S.

See also

TStrings.Map

  

Call a map routine for each string in the list.


Documentation generated on: Jul 24 2023