ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
grSeriesColor (Function)
Initializes the color of a series or the color of a section.
AppVersionInfo (Function)
Returns information about a version available on the setup server.
The Slider control (in a page)
WEBDEV proposes two types of sliders......
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
PC SOFT Free Technical Support
Thank you for buying one of our products......
Before calling the Free Technical Support
The operations to perform before calling the Technical Support......
Sub-query
A sub-query is a query whose result is used by another query......
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
WDSQL, SQL querier: Overview
WDSQL is used to......
Tutorial
A tutorial is supplied with WINDEV, WEBDEV and WINDEV Mobile......
HFSQL management functions (prefix syntax)
List of functions for HFSQL management...
TestAddIteration (Function)
Adds an iteration into the current test and gives the values of test parameters for this iteration.
TestWriteResult (Function)
Writes information or an error into the status report of a unit test, in the test editor.
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
TestCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.