ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.Watch (Function)
Trigger monitoring of write actions (add, modify or delete) performed on a data file present on an HFSQL server. In case of modification, a specific procedure can be triggered.
<Source>.WatchStop (Function)
Stops watching a data file on an HFSQL server.
HListWatchedFiles (Function)
Returns the list of data files watched by HWatch.
fWatchDirectory (Function)
Detects changes made to the contents of a directory.
fWatchFile (Function)
Starts watching a file.
HWatchStop (Function)
Stops watching a data file on an HFSQL server.
<Connection variable>.ListWatchedFiles (Function)
Returns the list of data files watched by HWatch.
HWatch (Function)
Trigger monitoring of write actions (add, modify or delete) performed on a data file present on an HFSQL server. In case of modification, a specific procedure can be triggered.
ParallelTaskWait (Function)
Waits for the execution of a parallel task.
MemSort (Function)
Sorts the elements found in a memory zone.
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
WordCount (Function)
Returns the number of words in a string.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
ExceptionEnable (Function)
Re-enables the current exception process if the exception was corrected.
InJavaMode (Function)
Indicates whether the code is run in Java.
StringBuild (Function)
Builds a character string from an initial string and parameters.
MemOut (Function)
Used to find out whether the browse performed on a memory area is outside this memory area.
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
WordToArray (Function)
Fills an array with the words from a string.
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end...
ThreadCurrent (Function)
Returns the name of the thread currently run.
InPHPSimulatorMode (Function)
Indicates whether the code is run in PHP simulator mode.
WITH
Factorizes the expression of an element on which several sub-elements or properties are accessed.
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency...
TimeValid (Function)
Checks the time validity.
DurationToString (Function)
Converts a duration to a character string in the specified format.
DateToDay (Function)
Returns the day that corresponds to a given date.
1
5
6
7
8
9
22
>