Constants: Drag and drop

Parent: $root.$constants

kAcceptAllUsed to allow dropping of all objects except operating system objects
kAcceptButtonUsed to allow dropping of buttons
kAcceptComboBoxUsed to allow dropping of combo boxes
kAcceptControlUsed to allow dropping of controls (JavaScript client only)
kAcceptDropListUsed to allow dropping of drop lists
kAcceptEditUsed to allow dropping of single and multi-line entry fields
kAcceptGridUsed to allow dropping of grid fields
kAcceptListUsed to allow dropping of standard lists
kAcceptNoneUsed to stop field being dropped on
kAcceptOperatingSystemUsed to allow dropping of objects (e.g. files) from the Operating System
kAcceptPictureUsed to allow dropping of pictures
kAcceptPopMenuUsed to allow dropping of popup menus
kAcceptSystemUsed to allow dropping of Omnis or system data onto custom windows
kDragDataSet $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
kDragDuplicateSet $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
kDragObjectSet $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
kDragOperatingSystemThe pDragType event parameter of evDrop/evCanDrop has this value when dragging objects from the operating system
kNoDraggingIndicates that the field cannot be dragged
kRangeAllField can be dragged to any window
kRangeSubwindowField can be dragged to its own subwindow only
kRangeTaskField can be dragged to windows belonging to the same task
kRangeWindowField can be dragged to its own window only