Dokumentaro de Gambaso
Compilation & Installation
Components
gb
Array
Error
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

Object.Raise (gb)

Since 3.8

Static Function Raise ( Object As Object, Event As String [ , Arguments As Array ] ) As Boolean

Tell an object to raise one of its event.

  • Object : the object that will raise the event.

  • Event : the event name.

  • Arguments : the event arguments as a Variant array.

You must know what you are doing when using this method. If you don't know, don't use it!