ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile...
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol).
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
H.NbRecModificationQuery
Used to find out the number of records added, modified or deleted when running the last query of the current context.
11. Controls in practice
Discover the main characteristics of the controls...
SOAPAddXMLSignature (Example)
Usage example of the SOAPAddXMLSignature function
Translating the external components
An external component is a set of WINDEV or WEBDEV elements that perform a specific action (send faxes, emails, etc....
SourceToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
WDTRAD license agreement
WDTRAD license agreement...
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
AnchorRateBottom (Property)
The AnchorRateBottom property is used to: Find out the anchor rate when a control moves on the vertical axis. Modify the anchor rate when a control moves on the vertical axis....
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
Creating the menus for the windows of the WINDEV RAD pattern
Service variable
The Service variable is used to......
Document (Type of variable)
The Document type is used to handle a "docx" document.
Configuring the connection with WDSQSINS
For compatibility with the earlier versions of the Native SQL Server Connector (also called Native SQL Server Access), the connection can still be configured in WDSQSINS (supplied with the Native SQL Server Connector)......
Apply (Function)
Executes a procedure for each element of a WLanguage array.