ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Polar Area charts
Polar Area charts are similar to Pie charts. However, each segment has the same angle......
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
MinWidth (Property)
The MinWidth property gets and sets the minimum width of a control or window.
Copying controls from the window editor
The controls can be copied from the window editor......
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....
zipFileSize (Example)
Usage example of the zipFileSize function
User authentication: User Groupware
WINDEV Tutorial: User Groupware User authentication: User Groupware - 20 min
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
EmailGetTimeOut (Function)
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
TableInfoXY (Example)
Usage example of the TableInfoXY function
InitialState (Property)
The InitialState property is used to get the initial state of a control.
zipChangePath (Example)
Usage example of the zipChangePath function
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
Configuring an application with User Groupware
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
NbDescribedThumbnail (Property)
The NbDescribedThumbnail property is used to get the number of thumbnails expected for an item.
modbusSession (Type of variable)
The modbusSession type is used to identify a connection to a Modbus server.
zipExtractFile (Example)
Usage example of the zipExtractFile function