ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
Different types of pages
WEBDEV enables you to create static sites and/or dynamic sites......
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Windows)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
4. WEBDEV, WINDEV and WINDEV Mobile: fully compatible format
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
Procedure description (Type of variable)
The Procedure Description type is used to get information about a procedure or a method.
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
Property Description (Type of variable)
The Property Description type is used to get information about a property.
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
ERR_BAD_PARAMETER
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
Handling an element of a TreeView control programmatically
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......
Project Management Hub: Managing contributors
Contributors are the people who take part in one or more projects......
SCM file format evolutions
Four versions are available for the SCM repository......
The guide
The guide is a powerful search engine included in WINDEV, WEBDEV and WINDEV Mobile, allowing you to search for the referenced documents regarding a topic......
Query based on query
Queries can be based on items from another query......
Polar Area charts
Polar Area charts are similar to Pie charts. However, each segment has the same angle......
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....