ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTML table
The HTML Table control allows you to create specific layouts in HTML pages...
<Editor HTML>.InsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
Managing HFSQL Client/Server files
The HFSQL Control Center allows you to fully manage HFSQL Client/Server data files......
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
XMLSign (Function)
Signs an XML document.
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
10. Page templates
<Camera>.Photo (Function)
Allows you to take a photo from an Android device with the properties of the Camera control passed as parameter.
<Source>.ToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
XMLSave (Function)
Saves an XML document in a file.
<xmlDocument variable>.Save (Function)
Saves an XML document in a file.
Deploying in the cloud for PC SOFT applications
PC SOFT allows you to host your sites in the CLOUD for PC SOFT applications......
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.
<xmlNode>.ToJSON (Function)
Converts an XML string to JSON.
<xmlDocument>.ToJSON (Function)
Converts an XML string to JSON.
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
1. Communication with WINDEV Mobile
WINDEV Mobile includes several communication functions for different fields....
<Window>.EdActive (Function)
Allows you to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
WinEdActive (Function)
Used to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....