ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
iEllipse (Function)
Prints an ellipse (in a rectangle).
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
Clipboard management functions
List of functions for managing the clipboard...
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
HDeactivateServerTrigger (Function)
Disables a HFSQL Client/Server server trigger on a server....
IWListDelete (Function)
Deletes an internal window found in the list of internal windows browsed by an Internal Window control.
MVP: Simple single-file example: Table + Linked file
Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form......
Designation of current element (Reserved word)
The keywords used to identify the current element are:
CheckUserIDentity (Function)
Allows you to check the real identity of the current user via biometrics check.
DriveUploadDirectory (Function)
Envoie un répertoire (présent sur la machine de l'utilisateur) vers un disque distant....
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
Link control associated with an item containing an email address
In a database, the email address of customers, suppliers, ......
HPrevious (Function)
Positions on the previous file record according to a browse item.
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
iBorder (Function)
Prints a border at specified coordinates.
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists).