ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Chrono>.Reset (Function)
Stops and resets a running stopwatch.
PDFSave (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
WDADMINEXE: User characteristics
From the server, the "Users" tab of WDADMINEXE allows you to get......
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
Environment of the project editor
The main elements of the project editor are as follows:
General environment of WINDEV
Environment of the report editor
Environment of the report editor...
ReplicSynchro: Overview
Message text file format
The text files created by WDMSG use a specific format......
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
BTLEGetAllServices (Function)
Retrieves all the services corresponding to a UUID.
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
DriveMoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
BTLEGetADescriptor (Function)
Retrieves the descriptor of a Bluetooth Low Energy characteristic corresponding to the specified identifier (UUID).
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
Errors during an FTP installation
The list below presents the error messages that are displayed in the remote setup wizard (for the site manager)......
Socket management functions
List of functions for managing sockets...
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
BCToImage (Function)
Generates the image of a bar code.
btleService (Type of variable)
The btleService type is used to handle a Bluetooth Low Energy service ("Bluetooth GATT Service").
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).