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

TStringsFilterMethod

Callback signature for TStrings.Filter.

Declaration

Source position: classesh.inc line 609

type TStringsFilterMethod = function(

  const s: string

):Boolean of object;

Description

TStringsFilterMethod is the prototype for the callback in TStrings.Filter. Return True if the string S must be included in the TStrings.Filter result, False if it must be excluded.

See also

TStrings.Filter

  

Return a filtered list.


Documentation generated on: Jul 24 2023