ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV site?......
Common project
Projects are often cross-platform......
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......
Events associated with internal windows
List of events associated with internal windows...
Combination (Type of variable)
A combination is a set of options.
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
Declaring and using a variable
A variable is defined by name and type......
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
ERR_CANNOT_RUN_EXPLORER
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Managing the analysis versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the analysis from the data model editor......
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
Developing sites for specific platforms
Many devices can be used to display websites (Android phone, iPhone, etc....
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
Properties associated with the rows of a TreeView Table control
The rows of TreeView Table controls in a window or page can be manipulated using WLanguage properties......
Social network: Available targets
This page presents the different possibilities of Social Network control according to the selected options......
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......