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.
StringToUTF8 (Function)
Converts an ANSI or UNICODE string to UTF-8.
ErrorRestoreParameter (Function)
Restores the error process of a process.
ExceptionPropagate (Function)
Propagates an exception.
ExceptionRestoreParameter (Function)
Restores the exception process of a process.
LanguageToName (Function)
Returns the name of a language.
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
EndTimerSys (Function)
Ends the execution of a timer triggered by TimerSys.
Contains (Function)
Allows you to check if a substring is within a string.
DurationToString (Function)
Converts a duration to a character string in the specified format.
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example).
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
MemFirst (Function)
Positions on the first element of a memory area and returns the value of this first element.
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block...
dbgEnableAssert (Function)
Enables or disables the assertive programming.
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
WinStatus (Function)
Identifies or modifies the window status.
Ad Hoc deployment
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
ChronoReset (Function)
Stops and resets a running stopwatch.
Right (Function)
Extracts the last characters from a string or string buffer.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date...
NbPendingThread (Property)
The NbPendingThread property is used to get the number of pending threads in a queue or in a stack.
InServiceMode (Function)
Indicates whether the code is run in a service.