ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WLanguage procedure called by WebSocketClientConnect
WLanguage procedure ("callback") called by WebSocketClientConnect when the connection to the server is established.
Configuring the server for the CGI/AWP protocol
To use WEBDEV, a Web server must to be found on the computer where WEBDEV is installed......
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
mongoGridFS (Type of variable)
The mongoGridFS type is used to define the advanced characteristics of a file system for a MongoDB database.
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
WLanguage procedure called by WebSocketClientConnectSSL
WLanguage procedure ("callback") called by WebSocketClientConnectSSL when the connection to the server is established.
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
Project description: Files tab
The project description window allows you to configure various elements of your project......
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
Constants for managing character strings
List of constants used by string management functions...
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
Programming standard in Windows Vista and later
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism....
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
Project (External language)
Opens and runs a WINDEV project.
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
Drawing constants
List of constants used by the drawing functions....
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).