|
![]() |
![]() |
version 2003
PA_GotoNextField (params)
Parameter | Type | Description | |
params | PA_PluginParameters | → | Parameters received in PluginMain |
Description
The command
PA_GotoNextField
deselects the current area and selects the next object. It is usually called in response to the
eAE_MouseDown
event, when the user hits the
Tab
key.
This routine is available only if the current event is of type
eAE_MouseDown
,
eAE_AutoKey
,
eAE_KeyDown
, or
eAE_Idle
. All other events are ignored and
PA_GotoNextField
returns
eAE_BadEventCall
in
PA_GetLastError
.
See Also