Action Delegate
Definition
Encapsulates a method that has no parameters and does not return a value.
Delphi
type Action = reference to procedure
- Inheritance
-
IInterfaceAction
Encapsulates a method that has no parameters and does not return a value.
type Action = reference to procedure