ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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.
HListWatchedFiles (Function)
Returns the list of tables watched by HWatch.
<Connection variable>.ListWatchedFiles (Function)
Returns the list of tables watched by HWatch.
fWatchStopAll (Function)
Stops all current watch tasks of files and directories.
fWatchFile (Function)
Starts watching a file.
fWatchStop (Function)
Stops watching a file or directory.
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.
InPrelaunchedSessionMode (Function)
Used to find out whether the site is started in "pre-launched session" mode of WEBDEV.
MemKeyVal (Function)
Returns the value (added or modified by MemAdd or MemModify) of the current element in a memory...
MemModify (Function)
Modifies an element in a memory zone.
MemAdd (Function)
Adds an element to a memory area.
IsEven (Function)
Identifies an even number.
EndTimerSys (Function)
Ends the execution of a timer triggered by TimerSys.
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.
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.
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
InPocketSimulatorMode (Function)
Indicates whether the code is run in the Pocket simulator. Function kept for backward...
CurrentMonth (Function)
Returns the number of the current month.
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
dbgWriteWarningAudit (Function)
Writes a custom runtime warning into the dynamic audit.
SeekByProcedure (Function)
Seeks an element in a one-dimensional array by using a comparison procedure.
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
BufferToReal (Function)
Extracts a real from a binary buffer at a given position.
1
4
5
6
7
8
22
>