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.
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.
ThreadExecute (Function)
Starts the execution of a secondary thread.
dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated...
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
Operator on Address
The & operator returns the address of a variable as an integer
MemSeek (Function)
Seeks an element in a memory area: on the value added by MemAdd or on the value modified...
Val (Function)
Returns the numeric value of a character string.
DateTimeDifference (Function)
Calculates the difference between two dates and times.
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed...
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV...
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
Sum (Function)
Calculates the sum of the array elements.
LOOP statement
The statement block is repeated endlessly...
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs...
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined...