PA_CustomizeDragOver

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

version 2003


PA_CustomizeDragOver (params)

ParameterTypeDescription
paramsPA_PluginParametersParameters received in PluginMain

Description

The routine PA_CustomizeDragOver tells 4th Dimension that the area will handle itself the drag over displayed. This routine must be called when PA_GetAreaEvent returns eAE_Drag. If this routine is not called, 4D will highlight a 2-pixel frame around the area the drop is allowed.

NOTE

The routines "Drag and Drop" are internal to 4th Dimension. The developer cannot use them with other applications.

See Also

Drag and drop with a plugin area, PA_AllowDrop, PA_GetDragAndDropInfo, PA_GetDragPositions.

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