ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
fMemWait (Function)
Waits for the end of process about the notifications of modification of a shared memory area.
Functions for handling directories and external files (prefix syntax)
External file functions (prefix syntax)...
WDADMINEXE : Controlling the application remotely
The remote control of a WINDEV application allows the manager of an application used in network to manage the automatic or forced shutdown of the application for all the current users......
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
PDFSave (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
Environment of the data model editor
SemaphoreCreate (Function)
Creates a semaphore.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
Functions for handling directories and external files
List of functions for handling external files...
The Tab control
The Tab control is used to simultaneously display different controls......
ReplicSynchro: Overview
Environment of the window editor
The main elements of window editor are as follows:
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...
Message text file format
The text files created by WDMSG use a specific format......
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
<Chrono>.Reset (Function)
Stops and resets a running stopwatch.