ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
<Connection variable>.RegenerateFile (Function)
Regenerates a data file from its log.
HOnError (Function)
Customizes the management of HFSQL errors.
Software Factory: Setup
To use the software factory, a coordinator must be installed on a computer as well as the different robots that will perform the tasks found in the action plans....
HPass (Function)
Defines the password used to create or open a data file.
Functions for managing menus (prefix syntax)
List of functions for managing menus...
9. Queries
A query is used to request information from a database to view, insert, change or delete data....
HSetLog (Function)
Enables or disables log management on a file.
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
AutoLineWrap (Property)
The AutoLineWrap property is used to: determine if the automatic line wrap feature is enabled in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control. set the line wrap mode in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control....
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Creating user accounts
A User account allows the server administrator to......
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate....
Functions for managing objects (External language)
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
grSunburstAddData (Function)
Adds a data to a Sunburst chart.
grDeleteSeries (Function)
Deletes a data series from a chart.
grHMGetData (Function)
Retrieves data from a Heatmap chart.
The "Window position preview" pane
The "Window position preview" pane is used to view and/or modify the opening position of the windows currently modified (according to the screen resolution used)......
grHMAddData (Function)
Adds a data into a Heatmap chart.
grScatterAddDataXY (Function)
Adds a data into a "Scatter" chart.
Cc (Property)
The Cc property gets and sets the list of Carbon Copy recipients of an email.
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
InvalidInputPreventExit (Property)
The InvalidInputPreventExit property is used to determine if it is possible to leave the control in case of invalid input.