PA_GotoNextField

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

version 2003


PA_GotoNextField (params)

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

PA_GotoPreviousField.


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