ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Array functions
List of functions for managing arrays
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
Functions for managing arrays (prefix syntax)
List of functions for managing arrays
Typecasting of parameters
The description of the parameter type is optional......
Binding controls to data
A window or page can display information from......
apiRequest (Type of request)
The apiRequest type is used to define all the advanced characteristics of a request executed via a REST web service imported using the OpenAPI documentation.
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Constants for managing character strings
List of constants used by string management functions...
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
VariableReset (Function)
Resets the variable to its initial value.
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
SpeechRecognitionAddCommand (Function)
Adds a voice command into the current window.
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......
Copying and cloning
Variables are copied using the "=" operator...
Constants for WLanguage types
List of constants for managing WLanguage types....
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
Document (Type of variable)
The Document type is used to handle a "docx" document.
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
<Array>.Intersect (Function)
Returns an array corresponding to the intersection of two arrays.
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays.
<Array>.Union (Function)
Returns an array corresponding to the union of two arrays.
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays.
Image (Type of variable)
The Image type is used to define the advanced characteristics of an image.
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).
<Array>.UnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).
1
2
3
4
5
6
71
>