[Gambas-user] Small error in help text for Event declaration
Benoît Minisini
gambas at ...1...
Tue Sep 20 02:47:54 CEST 2011
> 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 event handler wants to cancel the event.
>
>
> Example
>
> EVENT BeforeSend(Data AS String) AS Boolean
>
> ...
>
> regards
> Bruce
Fixed.
--
Benoît Minisini
More information about the User
mailing list