|
|
|
|
|
|
|
The following functions are used to manage Drag and Drop: |
|
|
|
|
|
|
For some types of controls, WINDEV and WEBDEV offer an automatic management of Drag and Drop. |
|
|
|
|
|
|
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications. |
|
|
|
|
|
|
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop.... |
|
|
|
|
|
|
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls... |
|
|
|
|
|
|
To make a WEBDEV website more interactive, you have the ability to implement Drag and Drop in the pages. |
|
|
|
|
|
|
Retrieves the number and the name of the files "dropped" from the explorer. |
|
|
|
|
|
|
Emulates a "Drag & Drop" gesture in automated tests. |
|
|
|
|
|
|
Retrieves a specific type of data during Drag/Drop.... |
|
|
|
|
|
|
Indicates the procedure to run during an event of Drag/Drop.... |
|
|
|
|
|
|
Adds a widget into a Dashboard control during Drag and Drop. |
|
|
|
|
|
|
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window...... |
|
|
|
|
|
|
Indicates the type of data and the data to copy/move during Drag/Drop.... |
|
|
|
|
|
|
Checks whether a specific type of data is available during Drag/Drop.... |
|
|
|
|
|
|
Manages the mouse cursor and specifies the action allowed during Drag and Drop. |
|
|
|
|
|
|
WLanguage procedure ("Callback") called by ExplorerAccept during a drag and drop operation from the Windows explorer. |
|
|
|
|
|
|
Enables or disables the ability to perform "Drag and Drop" from the Windows explorer to a WINDEV window or control. |
|
|
|
|
|
|
List of functions for managing TreeView Table controls... |
|
|
|
|
|
|
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming...... |
|
|
|
|
|
|
The DndSource property is used to determine and change a control's drag-and-drop behavior.... |
|
|
|
|
|
|
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation. |
|
|
|
|
|
|
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|