ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
DomoStatus (Function)
Used to find out whether an electrical device (compatible with the X10 protocol) is switched on or off.
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
AlbumPicker (Function)
Retrieves a photo, an image or a video stored in the photo album of the mobile device.
OrgSelectPlus (Function)
Selects an element in an Organization Chart control.
docElement (Type of variable)
The docElement type is used to handle each element found in a docParagraph variable.
FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
Using WDDIXIO
To translate the text used in your project:...
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
WDAdminHF: Saving the databases
The remote HFSQL administrator allows you to create backups of HFSQL Client/Server data files......
EmailCheckAddress (Function)
Checks the validity of an email address.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
KeyGenerateInitialKey (Function)
Generates the initial key (unique license number) for the activation system of the application.
TableStartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
LooperStartFilling (Function)
Starts the process to populate a Looper control programmatically.
WLanguage procedure called by AppDetectUPDAvailable
Procedure ("Callback") called by AppDetectUPDAvailable when an update for the active application is detected.
TreeStatus (Function)
Returns the status of a node: collapsed, expanded or not found.
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
WDScript: use in command-line and console mode
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......