PA_AcceptDeselect


version 2003


PA_AcceptDeselect (params; accept)

Parameter Type Description
params PA_PluginParameters Parameters received in PluginMain
accept char 1 = Area accepts to be deselected

Description

The routine PA_AcceptDeselect lets the area tell 4th Dimention if it can be de-selected. This call can be made only at eAE_Deselect event.

params

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

This routine returns nothing and sets PA_GetLastError to eER_BadEventCall if it is not called at eAE_Deselect event.

See Also

Create and use an external area , PA_AcceptSelect .

Error Handling

Use PA_GetLastError to see if an error occurred ( eER_BadEventCall )