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.
CriticalSection (Function)
Activates a critical section named or on a variable in an instruction of type USE ... IN.
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array....
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
ThreadEnd (Function)
Ends the execution of the current thread.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position...
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
AutomaticEvent (Type of variable)
The AutomaticEvent type is used to manage an automatic event.
ManualEvent (Type of variable)
The ManualEvent type is used to manage a manual event.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value...
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string....
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined...
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
EventCreate (Function)
Creates an event.
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management...
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0...
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced...
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV website or a PHP page....
GetDefinition (Function)
Retrieves the definition of element type.