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.
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values...
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV...
Operator on Address
The & operator returns the address of a variable as an integer
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
MemSeek (Function)
Seeks an element in a memory area: on the value added by MemAdd or on the value modified...
ArrayCopy (Function)
Copies the content of an array to another array.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running...
EndProgram (Function)
Ends the execution of the current program.
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria...
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array...
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
CharactType (Function)
Returns information about the type of character.
MemCreate (Function)
Creates a memory area.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array....
DateTimeDifference (Function)
Calculates the difference between two dates and times.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV...
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL table or query.
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
ThreadExecute (Function)
Starts the execution of a secondary thread.