[Gambas-user] Small error in help text for Event declaration

Bruce Bruen bbruen at ...2308...
Tue Sep 20 00:18:31 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



More information about the User mailing list