Gambas Documentation
Application Repository
Compilatie & Installatie
Componenten
Developer Documentation
Gambas Programming Interface
Cat
Documenten
Foutboodschappen
Hoe...
Laatste Wijzigingen
Language Overviews
LeesMij
Lexicon
Taal Index
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
DECLARE_EVENT
#define
DECLARE_EVENT
(
event
) ...
Declares a static variable that will receive an event identifier.
event
is the name of the variable.
Once declared, use this variable with the
GB_EVENT
macro in the class declaration structure.