AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Categoría: Drag and drop functions
25 resultados
Arrastrar y soltar desde el explorador
El arrastrar y soltar del explorador consiste en seleccionar uno o más archivos en el explorador de Windows y transferirlos a una control de una ventana WINDEV...
Arrastrar y soltar programados
El arrastrar y soltar programado se utiliza para administrar completamente el arrastrar / soltar entre los diferentes tipos de controles ...
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop.
Constantes DnD
Lista de constantes utilizadas por las funciones para la gestión del Drag and Drop.
DnDAccept (Example)
Usage example of the DnDAccept function
DnDAccept( Función)
Indica la acción aceptada por el objetivo de Arrastrar/Soltar y gestiona el cursor del ratón durante Arrastrar/Soltar.
DnDCacheDashElement (Function)
Adds a widget into a Dashboard control during Drag and Drop.
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop.
DnDCursor (Example)
Usage example of the DnDCursor function
DnDCursor( Función)
Gestiona el cursor del ratón y especifica la acción permitida durante la operación de arrastrar y soltar.
DnDEvent (Example)
Usage example of the DnDEvent function
DnDEvent( Función)
Indica la Procedure a ejecutar durante un Event de Arrastre/Suelta.
DnDForce( Función)
DnDForce se mantiene para la compatibilidad con versiones anteriores.
DnDGetData (Example)
Usage example of the DnDGetData function
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop.
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop.
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.
ExplorerAccept( Función)
Activa o desactiva la posibilidad de realizar "Drag and Drop" desde el explorador de Windows a una ventana de WINDEV o control.
ExplorerRetrieve (Example)
Usage example of the ExplorerRetrieve function
ExplorerRetrieve (Function)
Retrieves the number and the name of the files "dropped" from the explorer.
Funciones de arrastrar y soltar
Las siguientes funciones se utilizan para gestionar Arrastrar y Soltar:
HTML 5: Example of programmed drag-and-drop management
To make a WEBDEV website more interactive, you have the ability to implement Drag and Drop in the pages.
Variables for managing the Drag and Drop
Asocia un procedimiento escrito en WLanguage con un Event de un control Xaml.
WINDEV: Example of programmed Drag and Drop
Ignora los resultados de la ejecución de un comando Redis agregado con la función RedisPipelineAdd.
WLanguage procedure
1 documento