ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.Watch (Function)
Trigger monitoring of write actions (add, modify or delete) performed on a data file present on an HFSQL server. In case of modification, a specific procedure can be triggered.
<Source>.WatchStop (Function)
Stops watching a data file on an HFSQL server.
HListWatchedFiles (Function)
Returns the list of data files watched by HWatch.
fWatchDirectory (Function)
Detects changes made to the contents of a directory.
HWatchStop (Function)
Stops watching a data file on an HFSQL server.
<Connection variable>.ListWatchedFiles (Function)
Returns the list of data files watched by HWatch.
HWatch (Function)
Trigger monitoring of write actions (add, modify or delete) performed on a data file present on an HFSQL server. In case of modification, a specific procedure can be triggered.
Tomorrow (Function)
Returns the date of the day following the current day or a given date.
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
Min (Function)
Returns the lowest value.
Debugging functions
List of debugging functions...
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long...
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
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.
Execute (Function)
Starts the execution of a process through programming.
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).
InWindowsStoreAppSimulatorMode (Function)
Identifies whether or not the code is executed in the simulator for applications in Windows Store...
LeapYear (Function)
Indicates whether the specified year is a leap year or not.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
dbgAuditStatus (Function)
Retrieves and changes the status of the dynamic audit.
InDelayedProcedureMode (Function)
Indicates whether the code is run from a delayed procedure or from a scheduled task on the WEBDEV...
NationRightToLeft (Function)
Allows you to find out whether the current language is written from right to left.
Max (Function)
Returns the greatest value passed as parameter.
DeleteColumn (Function)
Deletes a column at a given position from the advanced array property (array of gglCalendar events,...
1
2
3
4
5
6
22
>