Function is a block of code which performs a specific task.
0
votes
0answers
13 views
Hidden event handlers and their parameters
I'm having a bit of trouble understanding why has an event handler to be defined as a function.
AFAIK, a function can be used as
anonymous
called procedure
as event handler
It defines a ...