ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ChangeAction (Function)
Used to specify the action to perform when the HTML page displayed in the browser is no longer synchronized with the page context on server.
Optimizing the connection times to the HFSQL Client/Server databases
This help page explains how to optimize the connection times to the HFSQL Client/Server databases by limiting the network traffic......
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
EmailGetTimeOut (Function)
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
The Flexbox control
Flexbox is a standard layout system for web pages......
mongoOperationsOption (Type of variable)
The mongoOperationsOption type is used to define the options of bulk operations.
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
Image editor: Features
The image editor includes several features......
TelemetryIdentifyUser (Function)
Identifies the current user for whom the telemetry data is saved.
Serialization constants
The serialization constants are as follows:
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
Different types of data (Type of variable)
A variable is defined by name and type......
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
Image Editor control: Options in the ribbon and the panes
The Image Editor control offers a host of options accessible via......
The Duration control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector......
NetConnect (Function)
Connects to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).