ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SpreadsheetAllowProcedure (Function)
Allows the use of a WLanguage function/procedure in a formula of a Spreadsheet control....
BuildBrowsingTable (Example)
Usage example of the BuildBrowsingTable function
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
Scheduler report
The report editor allows you to create "Scheduler" reports....
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
LooperDelete (Function)
Deletes a row from a Looper control.
HDescribeItem (Example)
Usage example of the HDescribeItem function
InitialState (Property)
The InitialState property gets the initial state of a control.
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
Programming an indexed control
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
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
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
Polar Area charts
Polar Area charts are similar to Pie charts. However, each segment has the same angle......
TableInfoXY (Example)
Usage example of the TableInfoXY function