Callback signature for TStrings.Filter.
Source position: classesh.inc line 892
type TStringsFilterMethod = function( |
const s: string |
):Boolean of object; |
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.
|
Return a filtered list. |