ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Secret string vault
Passwords, private keys and tokens are often used in programming......
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
MySQL Native Connector: Special features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......
iFont (Function)
Selects the default font.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
wsResponse (Variable type)
The wsResponse type is used to get: the XML source code of the web service response. the value of the different parts of the web service response (for the web services returning several responses)....
MariaDB Native Connector: Special features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
Height (Property)
The Height property gets and sets the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
2025 new features brochure: WINDEV new features
What's new in WINDEV 2025 in the What's new 2025 brochure....
HClusterIgnoreSynchro (Function)
Defines a node of the HFSQL cluster as data source to perform the cluster synchronization.
COMCreateInstance (Function)
Instantiates a COM object (Component Object Model).
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, tables displayed in a Combo Box control....
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
RibbonEndExpandedMode (Function)
Collpases a collapsed ribbon that is temporily expanded.
Parameters of the procedure used by TreeListItem
Procedure ("Callback") called by TreeListItem for each "child" element found. This procedure can be a local, global or internal procedure.