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.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
Min (Function)
Returns the lowest value.
dbgWriteCommentAudit (Function)
Writes a comment into the current dynamic audit.
Debugging functions
List of debugging functions...
NumToFinancialWritingChinese (Function)
Converts a numeric value (integer, real or currency) to a string in the Chinese financial writing...
InWidgetMode (Function)
Indicates whether the code is run in Android widget mode.
DeleteColumn (Function)
Deletes a column at a given position from the advanced array property (array of gglCalendar events,...
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long...
InWindowsStoreAppMode (Function)
Indicates whether the code is run in Windows Store apps mode. Function kept for backward...
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
EndTimerSys (Function)
Ends the execution of a timer triggered by TimerSys.
IniOSMode (Function)
Indicates whether the code currently run is in iOS mode (iPhone, iPad).
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
InWindowsStoreAppSimulatorMode (Function)
Identifies whether or not the code is executed in the simulator for applications in Windows Store...
Truncate (Function)
Truncates the right part of a string or buffer.
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure...
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure...
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces...
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another...
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer...
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
LeapYear (Function)
Indicates whether the specified year is a leap year or not.
StringFormat (Function)
Formats a character string according to the selected options.
IsEven (Function)
Identifies an even number.
1
2
3
4
5
6
39
>