TActionMethod<T> Delegate

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

Namespace: Spring
type
 TActionMethod<T> = procedure(const arg: T) of object;

Type Parameters

T