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