TArray.ForEach<T> Method
Definition
Executes the specified action for each item in the specified array.
Delphi
class procedure ForEach<T>(const values: array of T; const action: Action<T>)
Type Parameters
- T
Parameters
- values
- array of T
- action
- Action<T>