ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<xmlDocument>.ToJSON (Function)
Converts an XML string to JSON.
<xmlNode>.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......
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
1. Communication with WINDEV Mobile
WINDEV Mobile includes several communication functions for different fields....
3. Application development cycle
Development cycle of a WINDEV application....
Translating a text file with WDTRAD
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)......
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......
TextToRTF (Function)
Converts text to Rich Text Format.
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....
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......
<wsRequest variable>.addXMLSignature (Function)
Adds an XML signature to a Webservice request.
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
WDTestSite: Overview
WDTestSite is used to run different tests on a WEBDEV site......
XMLValidDocument (Function)
Validates an XML document from an XSD schema.
SOAPAddXMLSignature (Function)
Adds an XML signature to a Webservice request.
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......
<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.
XMLAddChild (Function)
Adds a child tag into an XML document.
XMLRoot (Function)
Positions on the root tag of an XML document.