Action<T1,T2,T3,T4> Delegate

Definition

Encapsulates a method that has four parameters and does not return a value.

Delphi
type Action<T1,T2,T3,T4> = reference to procedure(const arg1: T1; const arg2: T2; const arg3: T3; const arg4: T4)

Type Parameters

T1
T2
T3
T4

Parameters

arg1
T1
arg2
T2
arg3
T3
arg4
T4
Inheritance
IInterface
Action<T1,T2,T3,T4>

Methods