ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Diagram Editor (WEBDEV): Features
The Diagram Editor control includes many features accessible via......
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
Extracting the text of the project
The following text can be extracted......
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
Automated tests: Emulation functions
List of automated tests: Emulation functions...
FontStrikeOut (Property)
The FontStrikeOut property is used to: Determine if the text displayed is struck through. Apply strikethrough formatting (or not) the text displayed in a control....
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
DisplayFormat (Property)
The DisplayFormat property gets and sets the expected display format for a given text: plain text, RTF or Markdown.
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
WINDEV Mobile Generator of skin templates: Customizing the elements
The WINDEV Mobile generator of skin templates is used to generate the necessary files for creating a custom WINDEV Mobile skin template......
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
Generator of WINDEV skin templates: Customizing the elements
The generator of WINDEV skin templates is used to generate the necessary files for creating a custom skin template for the WINDEV projects......
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
<Source>.RecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ......
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
XMLFindNamespaceByURI (Function)
Finds an XML namespace from its URI (Universal Resource Identifier) in a node and in the parents of this node.
Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
<xmlNode variable>.FindNamespaceByURI (Function)
Finds an XML namespace from its URI (Universal Resource Identifier) in a node and in the parents of this node.
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
XMLData (Function)
Returns the value of current element (tag or XML attribute) or the value of one of its attributes.
Keyboard shortcut and hotkey
A control in a window or page can be associated with an alphanumeric character, a key or combination of keys ("keyboard shortcut"), etc....
The Date edit control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......