|
![]() |
![]() |
version 2003
PA_SetAreaFocusable (params; focusable)
Parameter | Type | Description | |
params | PA_PluginParameters | → | Parameters received in PluginMain |
focusable | char | → | 1 = Area is focusable, 0 = Area is not focusable |
Description
The routine
PA_SetAreaFocusable
lets the plug-in tell 4D if the area is focusable or not.
This routine does nothing and returns (in
PA_GetLastError
)
eER_BadEventCall
if it is not called at
eAE_IsFocusable
event.
params
is the
PA_PluginParameters
the plug-in received in its
PluginMain
routine.