ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Drag and drop functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
ConstantDescriptionDetailsUsed by the functions
CF_BITMAPType of data.BMP (bitmap image)DnDCacheData, DnDGetData
DnDIsDataAvailable
CF_DIBType of data.DIB (bitmap independent from the device managers)DnDCacheData, DnDGetData
DnDIsDataAvailable
CF_DIFType of dataData interchange format (Lotus)DnDCacheData, DnDGetData
DnDIsDataAvailable
CF_ENHMETAFILEType of data.EMF (Windows 32-bit Metafile)DnDCacheData, DnDGetData
DnDIsDataAvailable
CF_HDROPType of dataFormat of "dropped" file (in Windows NT)DnDCacheData
DnDIsDataAvailable
CF_LOCALEType of dataFormat local to Windows (in Windows NT)DnDCacheData, DnDGetData
DnDIsDataAvailable
CF_METAFILEPICTType of data.WMF (MetaFile)DnDCacheData, DnDGetData
DnDIsDataAvailable
CF_OEMTEXTType of dataOEM string ending with a \0 characterDnDCacheData, DnDGetData
DnDIsDataAvailable
CF_PALETTEType of dataPalette (Windows standard)DnDCacheData, DnDGetData
DnDIsDataAvailable
CF_PENDATAType of dataOptical penDnDCacheData, DnDGetData
DnDIsDataAvailable
CF_RIFFType of dataAudio formatDnDCacheData, DnDGetData
DnDIsDataAvailable
CF_SYLKType of data.SLK, Excel, MultiplanDnDCacheData, DnDGetData
DnDIsDataAvailable
CF_TEXTType of dataANSI string ending with a \0 characterDnDCacheData, DnDGetData
DnDIsDataAvailable
CF_TIFFType of data.TIF (TIFF image)DnDCacheData, DnDGetData
DnDIsDataAvailable
CF_UNICODETEXTType of dataText string with characters coded on 2 bytes (support for internationalization)DnDCacheData, DnDGetData
DnDIsDataAvailable
CF_WAVEType of data.WAV (sound data)DnDCacheData, DnDGetData
DnDIsDataAvailable
dndBeginDragType of eventBeginning of a Drag/Drop in a source controlDnDEvent
dndCopyAction allowed on the target control/Type of cursorCopying the data is allowed/Copy cursorDnDAccept, DnDCursor
dndDefaultAction allowed on the target control/Type of cursorAll the copy actions and all the move actions are allowed/Default cursorDnDAccept, DnDCursor
dndDragEnterType of eventEntry in a target controlDnDEvent
dndDragLeaveType of eventExit from a target controlDnDEvent
dndDragOverType of eventHover a target controlDnDEvent
dndDropType of eventRelease the left mouse button on a target controlDnDEvent
dndEndDragType of eventEnd of Drag/DropDnDEvent
dndMoveAction allowed on the target control/Type of cursorMoving the data is allowed/Move cursorDnDAccept, DnDCursor
dndNoneAction allowed on the target control/Type of cursorCopying or moving data is not allowed/Forbidden cursorDnDAccept, DnDCursor
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help