ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Warning 36: No BREAK, RETURN or RESULT was detected in the code of the loop
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
InPrelaunchedSessionMode (Function)
Used to find out whether the site is started in "pre-launched session" mode of WEBDEV.
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
Check: FTP connectivity
The monitoring robot will try to connect to the FTP server with the parameters of the server......
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
Creating a delete query
A delete query (corresponding SQL statement......
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....
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
TestCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....
dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
InSimulatorMode (Function)
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile.
Managing the certificates
Signing a file allows you to check that the file was not modified or altered since it was signed. The signature also allows you to check the issuer identity....
Check: Computer connectivity (PING request)
The monitoring robot will perform a ping on the specified IP address......
Check: WEBDEV server
The monitoring robot will check the operating mode of WEBDEV server......
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
Project portfolio
From version 25, you can create "project portfolios"......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
10. Internal component
Internal component...
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...