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