|
|
|
|
|
Drag and Drop management functions
The following functions are used to manage Drag and Drop:
| | DnDAccept | Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop. | DnDCacheDashElement | Adds a widget into a Dashboard control during Drag and Drop. | DnDCacheData | Indicates the type of data and the data to copy/move during Drag/Drop. | DnDCursor | Manages the mouse cursor and specifies the action allowed during Drag and Drop. | DnDEvent | Indicates the procedure to run during an event of Drag/Drop. | DnDForce | DnDForce is kept for backward compatibility. | DnDGetData | Retrieves a specific type of data during Drag/Drop. | DnDIsDataAvailable | Checks whether a specific type of data is available during Drag/Drop. | ExplorerAccept | Enables or disables the ability to perform "Drag and Drop" from the Windows explorer to a WINDEV window or control. | ExplorerRetrieve | Retrieves the number and the name of the files "dropped" from the explorer. |
Related Examples:
|
Unit examples (WINDEV): Drag and drop
[ + ] Using Drag & Drop with the WLanguage functions. The following topics are presented in this example: 1/ How to manage Drag&Drop between WINDEV controls 2/ How to manage Drag&Drop from the Windows file explorer to a WINDEV control Drag & Drop is used to move objects via the mouse. "Drag" consists in clicking an object and moving the mouse while keeping the left button down. "Drop" consists in releasing the left mouse button. Drag & Drop can be used with WINDEV on the List Box, TreeView, Table and Image controls.
|
|
Complete examples (WINDEV): WD Zip
[ + ] This example presents the use of archiving WLanguage functions with compression. The following topics are presented in this example: 1/ How to create an archive? 2/ How to compress and uncompress files? 3/ How to manage Drag&Drop from the file explorer of Windows to a TreeView control? Summary of the example supplied with WINDEV: This example allows you to create and read compressed archives in WDZ, ZIP, CAB and RAR format (in read-only). This feature can be very useful to manage the automatic backups. Furthermore, the example allows you to create multi-volume archives.
|
|
Unit examples (WEBDEV): The features of Drag And Drop HTML5
[ + ] Using the Drag n Drop HTML 5 features in a WEBDEV site.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|