ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
Various constants
List of various constants used by the constants WINDEV functions....
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
HDelete (Function)
Deletes a record from a data file (query or view).
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
HReadFirst (Function)
Sets the position on the first record according to a browse item.
GetDefinition (Function)
Retrieves the definition of element type.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
WINDEV License Agreement
WINDEV License Agreement...
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
Subscribing an element to the dictionary
The subscription to a dictionary element is automatically proposed......
Events associated with Calendar controls
List of events associated with Calendar controls...
Defining a help window template
WINDEV allows you to create help window templates......
EmailOpenMail (Function)
Opens the default messaging software: of Web user on the browser computer. of the user on the current Windows computer. on the phone....
iParameterViewer (Function)
Configures the report viewer.
The Edit control
The Edit control allows users to enter data......
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
CursorCapture (Example)
Usage example of the CursorCapture function