ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

9. Monitor your sites, servers, etc.
Creating an insert query
An insert query (corresponding SQL statement......
10. Page templates
.NET 3.0, 4.0 control properties, ... (WPF)
List of properties associated with the .NET 3.0, 4.0 control, ... (WPF)...
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
Functions for managing objects (External language)
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
TileDeleteAll (Function)
Deletes all modifications made to the application tile.
1. Analysis: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis....
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
Manager of automated tests
The test manager is used to......
Compression (Property)
The Compression property is used to manage data compression during a connection (HFSQL Client/Server, etc.)...
HRecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
<Source>.RecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
Deploying in the cloud for PC SOFT applications
PC SOFT allows you to host your sites in the CLOUD for PC SOFT applications......
XMLSave (Function)
Saves an XML document in a file.
<xmlDocument variable>.Save (Function)
Saves an XML document in a file.
JSONToXML (Function)
Converts a JSON string to XML.
XMLToJSON (Function)
Converts an XML string to JSON.
XMLAddAttribute (Function)
Adds an attribute into an XML document.
XMLDocument (Function)
Creates a new XML document.
XMLFind (Function)
Performs a search in an XML document.
<JSON variable>.ToXML (Function)
Converts a JSON string to XML.