Page History
7.32 DEFINE_EVT
| Note |
|---|
| Note: Usage options |
The DEFINE_EVT command defines a user-defined event for a form. The form issues the specified event using the SIGNAL command.
Custom specified events are used to signal events from a form instance to an owner form in multi-form applications. See also the description of the DEFINE_MAP command to see how values can be mapped to events.
Also See
| Panel | ||
|---|---|---|
| ||
Required DEFINE_EVT | ||
| No Format | ||
| Required
DEFINE_EVT ---- NAMENAME ------- Event NameEvent Name ------------------------> ------------------------------------------------------------------- Optional >-- DESC---- Optional >-- DESC ------- Description of event ----------------- > >> >-- OPTIONS --- Message and Error clearing options- > >-> >-- ACCESS --- *PUBLIC/*PROTECT/*PRIVATE --------- > >> >-- HELP ------- Help text for event ---------------------|
|