ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WebserviceClientIPAddress (Function)
Returns the IP address of the computer using and calling the web service.
<xsdEntity variable>.AddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a web service.
WDTestRest: REST web service test tool
WDTestRest allows you to test calls to an HTTP REST web service or to run a web API accessible via HTTP...
SOAPGetHeader (Function)
Retrieves a header in the SOAP message received further to a call to a web service.
SOAPPrepare (Function)
Builds the SOAP request for calling a web service function.
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a web service.
CancelWebserviceContext (Function)
Deletes from the web service context a variable added by DeclareWebserviceContext.
REST web service: Automatic request deserialization
In a REST Webservice, there can be entry points of various types...
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a web service.
dbgEnableLog (Function)
Enables the runtime log programmatically.
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited...
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code...
HTTPConfigure (Function)
Configures the functions that use the HTTP protocol.
Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV...
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
Value (Property)
The Value property is used to get and change the value of an element.
Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
Setting up a WEBDEV cluster
With the WEBDEV Application Server in version 27, you can create server clusters with ease......
The different WEBDEV Application Servers
WEBDEV includes several WEBDEV Application Servers......
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according...
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
Project comparator
Comparing two windows (two pages, two reports, two classes, ......
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy...
Remote WEBDEV administrator: Configuration to use the statistics
A specific account dedicated to the management of statistics is required to access the statistical...
Remote WEBDEV administrator: Personal information
The remote management tool is used to check and modify (if necessary) your personal information....
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
FileDisplay (Function)
Displays a file in the browser of Web user.
Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting...
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
WINDEV applications for Linux: Specific features
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
SOAPRun (Function)
Runs a procedure on a SOAP server.
1
5
6
7
8
>