ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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.
HListWatchedFiles (Function)
Returns the list of tables watched by HWatch.
<Connection variable>.ListWatchedFiles (Function)
Returns the list of tables watched by HWatch.
fWatchStopAll (Function)
Stops all current watch tasks of files and directories.
fWatchFile (Function)
Starts watching a file.
fWatchStop (Function)
Stops watching a file or directory.
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.
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
dbgInfo (Function)
Returns a debug information.
dbgLogOption (Function)
Retrieves or modifies the options of the runtime log.
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure...
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class...
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one...
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
InitRandom (Function)
Initializes the generator of random numbers.
Random (Function)
Returns a random number.
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value...
StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search...
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.
TimeToString (Function)
Converts a time to a string in the specified format.
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration...
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes...
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows...
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator....