ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Static control properties
List of properties associated with a Static control...
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
Crosshair in a chart
In a Line chart, it may be difficult to read the value of axes for a point that is far from these axes......
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
Thickness (Property)
The Thickness property is used to: Find out the thickness of the line for a series (Line charts only). Modify the thickness of the line for a series (Line charts only)....
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
HAddGroup (Function)
Adds a group of users.
IWListDelete (Function)
Deletes an internal window found in the list of internal windows browsed by an Internal Window control.
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
Constants for managing XLS files
List of constants used by the functions for managing XLS files....
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
Drawer control properties
List of properties associated with the Drawer control...
grSunburstAddData (Function)
Adds a data to a Sunburst chart.
PVTToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
DashSaveConfiguration (Function)
Saves the configuration of a Dashboard control in string format.
HToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL file with the same description. This file is neither encrypted nor password protected.
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
HTMLToText (Function)
Converts an HTML string or buffer to text.
Referring to an element in a WLanguage event / process
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......