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.
<Connection variable>.ListWatchedFiles (Function)
Returns the list of tables watched by HWatch.
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.
<Source>.WatchStop (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.
fWatchStopAll (Function)
Stops all current watch tasks of files and directories.
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes...
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX...
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
MemNext (Function)
Positions on the next element of a memory zone and returns the value of this element.
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current...
EndAutomatedProcedure (Function)
Stops the current or forthcoming execution of an automatic procedure (defined by the properties...
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
sComputeCrc16 (Function)
Checks a character string before and after transmission between WINDEV applications...
Assignment of RETURN
The return value of the process currently run can be assigned...
ArrayDeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array...
StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search...
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
MemFound (Function)
Checks whether the sought element was found.
Random (Function)
Returns a random number.
New (Reserved word)
New is used to allocate memory space...
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator....
Parameters of a procedure/function
You have the ability to pass parameters to a procedure....
dbgLogOption (Function)
Retrieves or modifies the options of the runtime log.
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure...