ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
Automatic documentation of external components
External components must include a technical documentation......
zipChangePath (Example)
Usage example of the zipChangePath function
SchedulerDeleteResource (Function)
Deletes a resource from a Scheduler control.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
7. Multilingual sites in practice
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
Business rules
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules......
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
zipExtractFile (Example)
Usage example of the zipExtractFile function
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
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....
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
grCreateFont (Function)
grCreateFont is kept for backward compatibility.
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
DateToDateInYear (Function)
Returns the number of the day in the year corresponding to a given date.
<Type Date>ToDayInYear (Function)
Returns the number of the day in the year corresponding to a given date.
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
Checkers available in the code editor
The code editor proposes several tools used to correct the code......