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