QMedia Movie area commands

QM_GetDragEnabled

QM_GetDragEnabled(areaRef; dragEnabled):error
areaRef Longint Movie area reference
dragEnabled Longint Dragging flag
error Longint Error result

Returns information about how the movie controller in a movie plug-in area responds to dragging.

If dragging is enabled, the user can drag a movie from the plug-in area to the desktop in order to create a movie clipping file. This feature is available on MacOS only.

The movie plug-in area is specified by areaRef.

Parameter dragEnabled receives information about how the arearesponds to dragging. If dragging is currently enabled, dragEnabled is set to 1, otherwise dragEnabled is set to 0.

Example

  `Get the drag to desktop handling status of plug-in area xMovieArea
 
C_LONGINT($enabled)
 
$error:=QM_GetDragEnabled (xMovieArea;$enabled)
 

Related commands

QM_SetDragEnabled Enables/disables drag n' drop to the Macintosh desktop.

QMedia © Escape OE
Generated by QDoc 2.8 on Thu, Nov 24, 2011 18:39:54