ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
The "Commands" pane
The "Commands" pane lists......
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
OLE DB provider for HFSQL
The OLE DB provider on HFSQL is used to access an HFSQL database (Classic or Client/Server) from an external software that manages the accesses by OLE DB......
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
HPass (Function)
Defines the password used to create or open a data file.
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
WDDIXIO
WDDIXIO is a tool that helps you translate the text of an application......
The Social Network control
The "Social network" control is a toolbar containing icons used to establish the link to the main social networks of the Web......
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
LINUX: Accessing the ODBC databases
The native access to HFSQL Classic and Client/Server is available for the WINDEV applications running in Linux ("console" applications) and for the WEBDEV sites hosted in Linux......
Management of Google documents
Google Docs and Google Spreadsheet are the online word processing and the online spreadsheet proposed by Google......
7. Source Code Manager (SCM)
Set of procedures
The global procedures are grouped in set of procedures......
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
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)......