ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project description: Style tab
The project description window allows you to configure various elements of your project......
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
Chart control: "Series" tab
The "Series" tab is used to define the different series used in the Chart control as well as the source of category labels......
MapPolygon (Type of variable)
The MapPolygon type is used to define the characteristics of a polygon to be drawn on the map displayed in a Map control.
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
beaconDetectionInfo (Type of variable)
The beaconDetectionInfo type is used to describe information relative to a Beacon detected with BeaconDetectPrecise.
ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol.
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Registry management functions
List of functions for managing the registry...
Height (Property)
The Height property is used to get and change the height of an element.
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
grStartAngle (Function)
Sets the starting angle of the first section in the following types of chart: Pie, Semi-circular or Donut. Sunburst. Radial Bar chart....
Associative array (Type of variable)
An associative array is an "advanced" type of array...
Property Description (Type of variable)
The Property Description type is used to get information about a property.
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....