ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

VideoStartApp (Function)
Starts the device's native camera application to record a video or to take a photo....
dbgSaveMemoryDump (Function)
Saves a dump of memory used by the application.
CheckBoxAdd (Function)
Adds a new option into a Check Box control.
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
Managing duplicates in the TreeView controls
WINDEV and WEBDEV allow you to add duplicates into the elements of a TreeView control......
Environment of code editor
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......
Tile (Type of variable)
The Tile type is used to defined all the advanced characteristics of a tile for an application in Universal Windows 10 App mode.
Watermark (Type of variable)
The Watermark type is used to handle the text printed in watermark in the reports created with the report editor or through programming.
Token (Type of variable)
The Token type is used to define all the advanced characteristics of a token displayed in an edit control.
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
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....
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, ......
ThreadPause (Function)
Pauses the current thread during the specified duration.
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, ......
DeleteAll (Function)
Deletes all the 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....
Phone (Type of variable)
The Phone type is used to handle a phone number as well as its type (home, work, ...).
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......