|
![]() |
![]() |
version 2003
PA_GetAreaEvent (params) → PA_AreaEvent
Parameter | Type | Description | |
params | PA_PluginParameters | → | Parameters received in PluginMain |
Function result | PA_AreaEvent | ← | Type of event in the area |
Description
The routine
PA_GetAreaEvent
returns the event that 4D passes to the area. The code of an external area usually consists of a switch of the event kind received.
params
is the
PA_PluginParameters
the plug-in received in its
PluginMain
routine.