|
![]() |
![]() |
version 2004.1
PA_RequestRedraw (params)
Parameter | Type | Description | |
params | PA_PluginParameters | → | Parameters 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.