Represents a instance method that has a single parameter and does not return a value.
type TActionMethod<T> = procedure(const arg: T) of object;