ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
ChangeAction (Example)
Usage example of ChangeAction
docFormatting (Type of variable)
The docFormatting type is used to define the formatting characteristics of an element in a Word Processing document.
Printing the content of a TreeView Table (AAF)
TreeView Table controls include an automatic context menu that allows users to perform multiple actions on the data displayed in the control......
SQLFirst (Function)
Positions on the first row of the query result.
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....
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
Environment of the report editor
Environment of the report editor...
zipSize (Example)
Usage example of the zipSize function
DnD constants
List of constants used by the functions for managing the Drag and Drop....
HTTPRequest (Example)
Usage example of the HTTPRequest function
12. External component in practice
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
BuildBrowsingTable (Example)
Usage example of the BuildBrowsingTable function
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
13. External component in practice
External component in practice...
fListFile (Example)
Usage example of the fListFile function
zipDeleteAll (Example)
Usage example of the zipDeleteAll function
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
zipNbFile (Example)
Usage example of the zipNbFile function
.NET application
To create a.NET application from a project......
FinCurrentVal (Example)
Usage example of the FinCurrentVal function
GuidedTourStep (Type of Variable)
The GuidedTourStep type allows you to define all the advanced characteristics of a step of a guided tour.