ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

diagPath (Type of variable)
The diagPath type is used to define all the advanced characteristics of a Path shape (equivalent to a polygon that can include rounded lines).
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
How to associate an image with an element found in a TreeView Table?
This help page explains how to customize the default image associated with the elements found in a TreeView Table....
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
The Check Box control
A Check Box can correspond to......
ERR_BAD_URL
Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
Report data source
...The reports can be created with the data coming from:...
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
Voice commands in your applications
The applications that you develop can react to the user's voice......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
Chart: Managing legends
Several types of legends are supported in the charts......
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
dPen (Function)
Declares the default color and style for the lines, rectangles, circles, ... found: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Text formatting variant
You can customize text attributes such as character spacing, line spacing and font size in a window or page......
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
AAF: Expanding or collapsing a tree structure (Table or TreeView Table control)
The TreeView and TreeView Table controls give the end user several options via the context menu......
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......