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.
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.
Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
Complete (Function)
Returns a character string of a specified length.
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array...
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
NumberInWords (Function)
Converts a number to words.
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated...
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task...
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array...
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
"END:" label
The END: label is used to define a code that will be systematically run at the end of process...
DateDifference (Function)
Calculates the number of days between two dates.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property....
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format...
VariantMember (Type of variable)
The VariantMember type is an advanced type corresponding to an array of members, each member...
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed...
EventClose (Function)
Closes a synchronization event between several threads.
Class (Property)
The Class property is used to get the actual type of the class instance handled by an object,...
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example)...
ArrayMove (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array...
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
String functions
List of functions for managing character strings...
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running...