ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Looper control linked to a data file
A Looper control can be used to display the content of a data file or query...
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query...
SQL view
An SQL view is a virtual data source defined by an SQL query......
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
Token (Property)
The Token property is used to manage the different tokens associated with a "Text token" Edit control.
zipExtractPath (Example)
Usage example of the zipExtractPath function
HOptimizeQuery (Function)
Optimizes the Select queries by using idle times when handling an application (period without processes).
FillType (Property)
The FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls.
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
dPolyline (Function)
Draws a line composed of multiple segments.
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
Importing elements into a project
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
Events associated with Button controls
List of events associated with Button controls...
Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
CookieWrite (Example)
Usage example of the CookieWrite function
CookieRead (Example)
Usage example of the CookieRead function
Looper control properties
You can manipulate Looper controls in a window or page using the following WLanguage properties......
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....