Navigation: Code Documentation > RSCommon > Structures > Delegates
TForEachFilterProc Delegate
Represents type TForEachFilterProc.
Namespace: Structures
Delphi
type TForEachFilterProc = function( Sender: TObject; Index: Integer; AString: String; AObject: TObject; ATag: LongInt ): Boolean;
•Structures