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.
Calling a procedure/a function
Syntax for calling a local or global procedure.
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer,...
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
Seek (Function)
Searches for the index of an element in a WLanguage array.
MyParent (Reserved word)
MyParent is used to handle...
Font (Type of variable)
A Font variable creates a font programmatically...
Constant
The constants are language elements whose value is fixed once and for all...
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Composite variable
A composite variable contains different types of elements (members)...
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
Height (Property)
The Height property is used to get and change the height: of a control or block in a report....
OpenMobileWindow (Function)
Opens a window in a mobile application.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary:...
Multiline strings
To type character strings over several lines in the code editor...
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime...
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime...
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string...
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
State (Property)
The State property is used to get and change the state of an element.
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called...
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable,...
Style of windows: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use......
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced...
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements...