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.
MemCount (Function)
Returns the number of elements found in a memory area.
<ANSI string>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
ExtractLine (Function)
Extracts a specific line from a character string.
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
Today (Function)
Returns or modifies the system date (current date defined on the current computer).
InWidgetMode (Function)
Indicates whether the code is run in Android Widget mode.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
NumToFinancialWritingChinese (Function)
Converts a numeric value (integer, real or currency) to a string in the Chinese financial writing...
StringToTime (Function)
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time...
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
UTF8ToString (Function)
Converts a string in UTF8 format into an ANSI or Unicode string.
SeekProcedure (Function)
Seeks a procedure identified by its name. The procedure found can be run directly.
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
StringToUTF8 (Function)
Converts an ANSI or Unicode string to UTF-8.
InJavaMode (Function)
Indicates whether the code is run in Java.
InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward...
Member (Property)
When used on Variant variables, the Member property is used to get the array of named elements.
Truncate (Function)
Truncates the right part of a string or buffer.
MemDelete (Function)
Deletes an element from a memory area.
InLinuxMode (Function)
Indicates whether the code is run in Linux mode or not.
MyTable (Reserved word)
In a trigger, MyTable is used to identify the table that activates the trigger...
DateToDay (Function)
Returns the day corresponding to a given date.
InPHPSimulatorMode (Function)
Indicates whether the code is run in PHP simulator mode.
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer...
1
4
5
6
7
8
39
>