ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HDFS functions
The following functions are used to manage files on a HDFS system......
Android Widget windows
An Android application can contain one or more Widget windows......
Designing a supercontrol
A supercontrol is an advanced type of control......
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
5. The following files are automatically created
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Opening, closing and saving a query
The query editor allows you to easily handle the queries....
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
iParameterXLS (Function)
Defines the options for the XLS file generated during the print.
AppChangeParameter (Function)
Changes an information in the mechanism for automatic application update.
PageCloseDialog (Function)
Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned to the calling page.
WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request of a REST Webservice.
fWrite (Example)
Usage example of the fWrite function
MemNext (Function)
Positions on the next element of a memory zone and returns the value of this element.
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
rssDisplay (Function)
Builds a RSS stream and returns the content of the RSS stream to the client.
dBackground (Example)
Usage example of the dBackground function
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
SocketConnect (Function)
Connects a client computer to a given socket.
Thickness (Property)
The Thickness property is used to get and change the thickness of an element.
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.
ExecuteDelayedProcedure (Function)
Runs a delayed procedure (in the WEBDEV application server).