ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MatStack (Function)
Compresses the memory footprint occupied by a matrix.
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).
LooperAddLine (Function)
Adds a row at the end of a Looper control.
HSavePosition (Function)
Stores the current file context (current record, filter, pointers).
zipOpen (Function)
Opens an existing archive.
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
Item Description (Variable type)
An Item Description variable is used to describe one or more items in a table programmatically.
Creating and deploying the installation program: How do you do it?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
DeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
VideoStartApp (Function)
Starts the device's native camera application to record a video or to take a photo....
Characteristics of a PCL print
The result of a PCL print mainly depends on the technical features of the printer used (management of images and lines, management of fonts, ......
App shortcuts
App shortcuts are an Android feature that allows users to quickly perform specific actions in an application without having to open the full application......
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
Phone (Type of variable)
The Phone type is used to handle a phone number as well as its type (home, work, ...).
BuildBrowsingTable (Function)
Creates a Table control from the items of a table (view or query).
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
RadioButtonAdd (Function)
Adds a new option into a Radio Button control.