ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WLanguageCodeFormatting (Type of Variable)
The type WLanguageCodeFormatting allows you to define all the setting parameters in Geometry 06500740072007900 of the WLanguage code.
mongoOperationReplaceOne (Type of variable)
The mongoOperationReplaceOne type is used to define all the advanced characteristics of a document replace operation that will be added to a bulk operations list. The first document that matches the filter will be replaced.
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....
Italic (Property)
The Italic property is used to: Find out whether a Font variable is in italic type. Modify the italic attribute of a Font variable....
SaaSDisconnect (Function)
Disconnect the user of a SaaS site beside the SaaS web service that manages the site.
Toolbar and menu of the SCM
The different options of the SCM can be handled via the SCM toolbar or the options of a specific menu ("SCM" from the main menu of the product used)......
Android and Java: call WLanguage procedures
Permet de spécifier la procédure qui sera appelée lorsque l’utilisateur effectue un clic dans un Widget iOS 14....
C#: Call to WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in C#......
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
EmailBuildSource (Function)
Generates the source code of the email message to be sent from the variables in the Email structure or in an Email variable.
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
Generating a class diagram
The generation is used to create the WINDEV classes ("......
mongoOperationDeleteAll (Type of variable)
The mongoOperationDeleteAll type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. All the documents that match the selection filter will be deleted.
Secure (Property)
The Secure property is used to configure the security level of data file encryption.
HRetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
Destination (Property)
The Destination property is used to define: the destination of a backup. the result file of the request....
DriveCopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
WLanguage procedure called by fTrackFile
WLanguage procedure ("callback") called by fTrackFile when a change is made to the tracked file.
TableRecNum (Function)
Returns the number of the current record in a Table control based on a data file.
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
SchedulerDisplay (Function)
Reinitializes the content of a Scheduler control from its data source (HFSQL file for example).
TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL data file.
HChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server data file....
LogDirectory (Property)
The LogDirectory property is used to manage the directory of the log file described in the analysis.
Creating the windows and the pages of the RAD pattern