ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library...
HFSQL Client/Server: Configuring the server
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
Diagram Editor (WEBDEV): Features
The Diagram Editor control includes many features accessible via......
Office tools
WINDEV includes multiple "Office" controls that allow end users to use the desired tools without leaving the application......
ERR_PARSER
Animating the image display (WEBDEV)
...The Web sites propose several transition effects between the elements:...
Style properties (help system)
To edit the styles available in the current help system, select "Help system......
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
Warning 127: You are using a data source local to the process
Error 404: The file for HFSQL browse cannot be an expression of this type
Action Bar control events
GetCountryName (Function)
Returns the name of a country that corresponds to its ISO code according to the ISO 3166-1 standard.
EmailExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display control, etc.).
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
ModificationRule (Property)
The ModificationRule property is used to configure the modification rule (integrity management) to be applied to the data file described in the code.
<Email variable>.ExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display control, etc.).
Events associated with supercontrols
List of events associated with supercontrols...
Events associated with Link controls
List of events associated with Link controls...
I work as a developer: How to manage my tasks and my schedule?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile include many tools to help developers manage their schedules and the different associated tasks......
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....