ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
Slider control properties (in a window)
List of properties associated with the Slider control found in a window...
Camera control properties
You can handle Camera controls in a window using the following WLanguage properties......
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
GglFillCalendar (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved (some criteria may be specified).
fSelect (Example)
Usage example of the fSelect function
Warning 18: Loop without potential end
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
Printing nested reports
To create a main report containing several secondary reports:...
grGradient (Function)
Enables or disables the display of color gradients in a chart.
PDFToText (Function)
Extract the text contained in an Document PDF.
fClose (Function)
Closes an external file.
Chart management functions
...Chart management functions...
Shape control properties
Shape controls in windows, pages and reports can be handled using different WLanguage properties......
Automatic management of exceptions
The management of exceptions can be customized by process......
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
Dashboard constants
Constants used by the functions for managing Dashboard controls...
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.