ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
Font (Type of variable)
A Font variable creates a font programmatically...
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
Report based on a query
Queries are used to easily select records in one or more data files......
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate....
zipInfoFile (Example)
Usage example of the zipInfoFile function
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
XLS file handling functions
List of functions for managing XLS files...