ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.Watch (Function)
Trigger monitoring of write actions (add, modify or delete) performed on a table present on an HFSQL server. In case of modification, a specific procedure can be triggered.
<Source>.WatchStop (Function)
Stops watching a table on an HFSQL server.
fWatchStop (Function)
Stops watching a file or directory.
HListWatchedFiles (Function)
Returns the list of tables watched by HWatch.
fWatchFile (Function)
Starts watching a file.
fWatchDirectory (Function)
Detects changes made to the contents of a directory.
HWatchStop (Function)
Stops watching a table on an HFSQL server.
HWatch (Function)
Trigger monitoring of write actions (add, modify or delete) performed on a table present on an HFSQL server. In case of modification, a specific procedure can be triggered.
<Connection variable>.ListWatchedFiles (Function)
Returns the list of tables watched by HWatch.
fWatchStopAll (Function)
Stops all current watch tasks of files and directories.
Complete (Function)
Returns a character string of a specified length.
VariantMember (Variable type)
The VariantMember type is an advanced type corresponding to an array of members, each member...
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array...
String functions
List of functions for managing character strings...
Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
Move (Function)
Allows: move an element in a one-dimensional WLanguage array or in an advanced array property...
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria...
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
NumberInWords (Function)
Converts a number to words.
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task...
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed...
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator....
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call...
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array...
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated...