ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Email variable>.ExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display control, etc.).
ModificationRule (Property)
The ModificationRule property is used to configure the modification rule (integrity management) to be applied to the data file described in the code.
InputType (Property)
The InputType property is used to identify or change the type of input supported by a control: Duration, Date, Numeric, etc.
LooperToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file or populated programmatically).
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file (Classic or Client/Server)....
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
iCloudKeyValueExist (Function)
Checks if there is a key in an Apple iCloud-based container of "key-value" pairs.
iCloudKeyValueRemove (Function)
Removes a key from an Apple iCloud-based container of "key-value" pairs.
1. Testing a site: Elements to be tested
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
Page-by-page deployment
You now have the ability to deploy site sections or individual pages......
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....
Managing bar codes
The use of bar codes to identify and manage products has become essential......
NetStartServer (Function)
Starts an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
The "UML analysis" pane
The "UML analysis" pane displays the different UML diagrams (class diagram, deployment diagram, ......
Warning 124: Shadowing a global variable
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
4. WINDEV and telephony
WINDEV allows you to easily manage incoming and outgoing phone calls via the WLanguage phone functions....
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
Error 107: Redefinition of the parameter
Pyramid charts
Pyramid charts allow you to view data in descending order......
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....