ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TreeCollapseAll (Function)
Collapses a branch previously expanded (as well as its child elements).
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
HState (Function)
Used to find out the state of a record.
Manager of automated tests
The test manager is used to......
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
dFill (Function)
Colors an area: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
MatWrite (Function)
Writes an element into a matrix.
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
MySelf (Reserved word)
MySelf is used to handle the current control...
fOpen (Example)
Usage example of the fOpen function
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
Operator on Address
The & operator returns the address of a variable as an integer
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.