ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SOAPGetHeader (Function)
Retrieves a header in the SOAP message received further to a call to a web service.
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a web service.
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a web service.
<xsdEntity variable>.AddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a web service.
SOAPPrepare (Function)
Builds the SOAP request for calling a web service function.
WDTestRest: REST web service test tool
WDTestRest is used to test the calls to an HTTP REST web service or to run a Web API accessible by HTTP...
WebserviceClientIPAddress (Function)
Returns the IP address of the computer using and calling the web service.
REST web service: Automatic request deserialization
In a REST Webservice, there can be entry points of various types...
CancelWebserviceContext (Function)
Deletes from the web service context a variable added by DeclareWebserviceContext.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given...
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
ProjectInfo (Function)
Returns specific information about the project currently run.
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute,...
Events associated with the project
List of events associated with the project...
SOAPRunXML (Function)
Runs a procedure on a SOAP server.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
User (Property)
The User property is used to identify and change the user of a feature.
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
Password (Property)
The Password property sets and changes the password.
Address
The Address keyword can correspond to...
Telemetry: Overview
From version 21, WINDEV proposes advanced statistics regarding the use of your WINDEV applications...
XMLDocument (Function)
Creates a new XML document.
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV...
13. Generation modes
Value (Property)
The Value property is used to get and change the value of an element.
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.
WBAdminAccount (Type of variable)
The WBAdminAccount type is used to define all the advanced characteristics of a WEBDEV account...
HTTPConfigure (Function)
Configures the functions that use the HTTP protocol.
1
5
6
7
8
9
10
>