Parent: $root.$constants
| kAcceptAll | Used to allow dropping of all objects except operating system objects |
| kAcceptButton | Used to allow dropping of buttons |
| kAcceptComboBox | Used to allow dropping of combo boxes |
| kAcceptControl | Used to allow dropping of controls (JavaScript client only) |
| kAcceptDropList | Used to allow dropping of drop lists |
| kAcceptEdit | Used to allow dropping of single and multi-line entry fields |
| kAcceptGrid | Used to allow dropping of grid fields |
| kAcceptList | Used to allow dropping of standard lists |
| kAcceptNone | Used to stop field being dropped on |
| kAcceptOperatingSystem | Used to allow dropping of objects (e.g. files) from the Operating System |
| kAcceptPicture | Used to allow dropping of pictures |
| kAcceptPopMenu | Used to allow dropping of popup menus |
| kAcceptSystem | Used to allow dropping of Omnis or system data onto custom windows |
| kDragData | Set $dragmode to this value to specify that data will be dragged.In addition,the pDragType event parameter of evDrop/evCanDrop has this value when data is being dragged |
| kDragDuplicate | Set $dragmode to this value to specify that the object will be dragged and duplicated.In addition,the pDragType event parameter of evDrop/evCanDrop has this value when an object is being dragged and duplicated |
| kDragObject | Set $dragmode to this value to specify that the object will be dragged.In addition,the pDragType event parameter of evDrop/evCanDrop has this value when an object is being dragged |
| kDragOperatingSystem | The pDragType event parameter of evDrop/evCanDrop has this value when dragging objects from the operating system |
| kNoDragging | Indicates that the field cannot be dragged |
| kRangeAll | Field can be dragged to any window |
| kRangeSubwindow | Field can be dragged to its own subwindow only |
| kRangeTask | Field can be dragged to windows belonging to the same task |
| kRangeWindow | Field can be dragged to its own window only |