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.
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows...
Asc (Function)
Returns the ASCII code of the specified character.
Enqueue (Function)
Adds an element to the queue.
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
dbgLogOption (Function)
Retrieves or modifies the options of the runtime log.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block...
InDays (Property)
The InDays property is used to convert a Duration variable to days.
InHours (Property)
The InHours property is used to convert a Duration variable to hours.
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
CurrentYear (Function)
Returns the current year in integer format.
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
StringReverse (Function)
Reverses the characters of a string.
RepeatString (Function)
Concatenates N number of copies of the same specified string or buffer.
InPHPMode (Function)
Indicates whether the code is run in PHP.
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
ThreadState (Function)
Returns the current status of a thread.
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop....
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes...