ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<xmlNode variable>.ValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
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......
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
TileAdd (Function)
Adds a new tile customization for the current Windows Store Apps application.
iDestination (Function)
Configures the print destination.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
SOAPAddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
Structure (Type of variable)
A structure is a custom type of data...
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
XMLDocument (Example)
Usage example of the XMLDocument function
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
SFRead (Function)
Retrieves the Salesforce records from their identifiers.
Constant
The constants are language elements whose value is fixed once and for all...
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
Monitoring robot: Configuring the Robot controller parameters
From the monitor, you can change the configuration options......
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
AJAXExecute (Function)
Runs a server procedure without refreshing the page.