ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

XMLFind (Function)
Performs a search in an XML document.
<JSON variable>.ToXML (Function)
Converts a JSON string to XML.
<xmlNode>.ToJSON (Function)
Converts an XML string to JSON.
<xmlDocument>.ToJSON (Function)
Converts an XML string to JSON.
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
XMLDocument (Function)
Creates a new XML document.
3. Application development cycle
Development cycle of a WINDEV application....
1. Communication with WINDEV Mobile
WINDEV Mobile includes several communication functions for different fields....
Translating a text file with WDTRAD
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)......
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
TextToRTF (Function)
Converts text to Rich Text Format.
pdfDocument (Type of variable)
The pdfDocument type gets all the characteristics of a PDF file: author, date created, page content, etc.
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
XMLValidDocument (Function)
Validates an XML document from an XSD schema.
SOAPAddXMLSignature (Function)
Adds an XML signature to a Webservice request.
<wsRequest variable>.addXMLSignature (Function)
Adds an XML signature to a Webservice request.
<xmlDocument variable>.BuildString (Function)
Retrieves and formats the content of an XML document.
<xmlDocument variable>.ValidDocument (Function)
Validates an XML document from an XSD schema.
TextToXML (Function)
Converts an ANSI string to an XML string.