ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV offer an automatic management of Drag and Drop.
Drag and Drop functions
The following functions are used to manage Drag and 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.
WINDEV: Example of programmed Drag and Drop
ExplorerRetrieve (Function)
Retrieves the number and the name of the files "dropped" from the explorer.
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.
EmulateDnD (Function)
Emulates a "Drag & Drop" gesture in automated tests.
Drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls...
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a data file or populated programmatically). the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically)....
Native Progress Connector: Programming with SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure into the analysis......
UpdateDate (Property)
The UpdateDate property is used to get the update date of an element.
ReceiveDate (Property)
The ReceiveDate property is used to get an email received date.
SSHRead (Function)
Reads the data found on the output buffer of the SSH session.
grStockGetData (Function)
Retrieves a data from a stock chart (candlestick, barcharts or minmax).
DateModified (Property)
The DateModified property is used to get the modification date of an element.
PVTToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
Compression (Property)
The Compression property gets and sets the data compression mode.
WholeDay
The WholeDay property is used to set an event for an entire day.
TelemetryDisable (Function)
Disables the telemetry. The telemetry data is not sent to the server anymore.
Google Analytics functions
DateCreated (Property)
The DateCreated property is used to get the creation date of an element.
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
<Chart>.StockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
<Word Processing>.ToText (Function)
Creates a character string from the data of a Word Processing control.
<Pivot table>.ToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
<Chart>.StockGetData (Function)
Retrieves a data from a stock chart (candlestick, barcharts or minmax).
<sshSession variable>.Read (Function)
Reads the data found on the output buffer of the SSH session.
DateLastAccessed (Property)
The DateLastAccessed property gets the date the file was last accessed.
Invalid input management functions
Invalid input management functions...
ConfidenceLevel (Property)
The ConfidenceLevel property gets the confidence level of a data analysis.
<Source>.DeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
<Source>.DeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
<Source>.Password (Function)
Defines the password used to create or open a data file.