ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.Watch (Function)
Trigger monitoring of write actions (add, modify or delete) performed on a data file present on an HFSQL server. In case of modification, a specific procedure can be triggered.
<Source>.WatchStop (Function)
Stops watching a data file on an HFSQL server.
HListWatchedFiles (Function)
Returns the list of data files watched by HWatch.
fWatchDirectory (Function)
Detects changes made to the contents of a directory.
HWatchStop (Function)
Stops watching a data file on an HFSQL server.
<Connection variable>.ListWatchedFiles (Function)
Returns the list of data files watched by HWatch.
HWatch (Function)
Trigger monitoring of write actions (add, modify or delete) performed on a data file present on an HFSQL server. In case of modification, a specific procedure can be triggered.
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
Procedure/Function
A procedure is used to associate an identifier with a statement block......
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value...
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page....
ThreadMode (Function)
Changes the management mode of threads.
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced...
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called...
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
Width (Property)
The Width property gets and changes the width: of a control or block in a report....
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
dbgEnableLog (Function)
Enables the runtime log programmatically.
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional...
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced...
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date...
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time...
Position (Function)
Finds the position of a specified string within another string.
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array....
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure...
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.