| 4D v13.4OBJECT SET DRAG AND DROP OPTIONS | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 
 | 
    4D v13.4
 OBJECT SET DRAG AND DROP OPTIONS 
         | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| OBJECT SET DRAG AND DROP OPTIONS ( {* ;} object ; draggable ; automaticDrag ; droppable ; automaticDrop ) | ||||||||
| Parameter | Type | Description | ||||||
| * | Operator |   | If specified, object is an object name (string) If omitted, object is a variable | |||||
| object | Form object |   | Object Name (if * is specified) or Variable (if * is omitted) | |||||
| draggable | Boolean |   | Draggable = True; otherwise, False | |||||
| automaticDrag | Boolean |   | Automatic Drag = True; otherwise, False | |||||
| droppable | Boolean |   | Droppable = True; otherwise, False | |||||
| automaticDrop | Boolean |   | Automatic Drop = True; otherwise, False | |||||
The OBJECT SET DRAG AND DROP OPTIONS command sets or dynamically modifies the drag and drop options for the object(s) designated by the object and * parameters for the current process.
If you pass the optional * parameter, this indicates that the object parameter is an object name (a string). If you do not pass this parameter, this indicates that the object is a variable. In this case, you pass a variable reference instead of a string.
In each parameter, you pass a Boolean indicating whether the corresponding option is enabled or disabled:
	Product:  4D
	Theme:  Object Properties
	Number:  
        1183
        
        
        
	

	Created:  4D v13
OBJECT GET DRAG AND DROP OPTIONS