TActionMethod<T> Delegate

Definition

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

Delphi
type TActionMethod<T> = procedure(const arg: T) of object

Type Parameters

T

Parameters

arg
T

See also

  • TAction<T>
  • Spring.TActionProc`1