ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
Wire control properties
A Wire control can be handled in a window by the following WLanguage properties......
Configuring the server for the CGI/AWP protocol
To use WEBDEV, a Web server must to be found on the computer where WEBDEV is installed......
Execution platform
WINDEV Mobile allows you to develop applications for different families of products......
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
EndTotalRange (Property)
The EndTotalRange property is used to: get the last date or time that can be displayed in a Scheduler or TimeLine control. change the last time that can be displayed in a TimeLine control....
Reading bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to create applications for reading bar codes......
WINDEV License Agreement
WINDEV License Agreement...
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
spLength (Property)
The spLength property is used to: Get the hash output length. This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the hash output length (only for "Password" items defined programmatically)....
DriveRecoverFileGgl (Function)
Retrieves an Document from the Google suite present on a Google Drive in the desired compatible format.
<Variable gglDrive>RetrieveGglFile (Function)
Retrieves an Document from the Google suite present on a Google Drive in the desired compatible format.
SaaS administrator - Managing a client
Managing a SaaS client account is used to......
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
Managing the styles
The help editor allows you to define styles of paragraphs......
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
The indexed controls
A control is an indexed control if it contains several controls with the same name......
License agreement for Native Oracle Connector
License agreement for Native Oracle Connector...
ERR_NO_END_TAG
<Window>.FromFile (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)....
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......