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.
dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated...
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
Operator on Address
The & operator returns the address of a variable as an integer
MemSeek (Function)
Seeks an element in a memory area: on the value added by MemAdd or on the value modified...
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
Val (Function)
Returns the numeric value of a character string.
DateTimeDifference (Function)
Calculates the difference between two dates and times.
Sum (Function)
Calculates the sum of the array elements.
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined...
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs...
NoSpace (Function)
Returns a character string without the space characters: from the left and right side...
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string...
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined...
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed...
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV...
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
LOOP statement
The statement block is repeated endlessly...
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV...
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array....