TActionProc<T> Delegate

Definition

Represents a procedure that has a single parameter and does not return a value.

Delphi
type TActionProc<T> = procedure(const arg: T)

Type Parameters

T

Parameters

arg
T

See also

  • TAction<T>
  • Spring.TActionMethod`1