PA_AcceptDeselect

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

version 2003


PA_AcceptDeselect (params; accept)

ParameterTypeDescription
paramsPA_PluginParametersParameters received in PluginMain
acceptchar1 = 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_GetLastErrorto 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)


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