ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Markdown (Property)
The Markdown property is used to enable or disable Markdown formatting: in a control in a window. in a Static Text control in a report. in the controls of the internal window (title and description) used as a step of the Guided Tour....
Voice commands in your applications
The applications that you develop can react to the user's voice......
Error 20: The variable of the FOR loop should be a real
Hour (Keyword)
The Hour keyword can correspond to: the Time variable. the Time property which is used to get and change the time of an element....
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.
<Document variable>.Insert (Function)
Inserts an object in a Document variable. The objects that can be used are: an element, a document, a paragraph, a text, an image, a fragment....
Drive (Type of Variable)
The Drive type allows handle a Drive generically. To use this type of Variable, it is necessary to connect to the desired Drive.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Manipulating TreeMap controls programmatically
WINDEV allows you manipulate a TreeMap control programmatically....
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)...
Setup in MSI format
You can create MSI installers......
Binding a Slider control to an item
A Slider control can be bound to an item in a table, query, etc....
Chart: Managing legends
Several types of legends are supported in the charts......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
StringToTime (Function)
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time variable].
User Groupware: Executable creation and installation
The executable of an application that supports the User Groupware is a multi-instance executable....