PA_RequestRedraw

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

version 2004.1


PA_RequestRedraw (params)

ParameterTypeDescription
paramsPA_PluginParametersParameters received in PluginMain

Description

The command PA_RequestRedraw tells 4th Dimension to redraw the area. This command can be called when PA_GetAreaEvent returns eAE_EndExecutionCycle. This event indicates that something just happened in the form, so you may take this opportunity to redraw the area because user code may have changed the data you rely on.

params is the PA_PluginParameters the plug-in received in its PluginMain routine.

See Also

Create and use an external area.


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