PA_GotoPreviousField

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


PA_GotoPreviousField (params)

ParameterTypeDescription
paramsPA_PluginParametersParameters 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

PA_GotoNextField.


4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next