> Hi,
>
> The Gambas 3 help for Event declaration has an error in the example
> code:
>
>
> Events declaration
> EVENT Name ( [ Parameter #1 [ , Parameter #2 ... ] )
>
>
> This declares a class event. This event is raised by using
> the RAISE keyword.
>
> The RAISE keyword may return a boolea
Hi,
The Gambas 3 help for Event declaration has an error in the example
code:
Events declaration
EVENT Name ( [ Parameter #1 [ , Parameter #2 ... ] )
This declares a class event. This event is raised by using
the RAISE keyword.
The RAISE keyword may return a boolean value to indicate if
the e