ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
Looper control functions
List of functions for managing Looper controls...
ExplorerAccept (Function)
Enables or disables the ability to perform "Drag and Drop" from the Windows explorer to a WINDEV window or control.
TreeTypeItem (Function)
Checks the existence of an element in a TreeView control and returns its type (node or leaf) if the element exists.
FlexRowGap (Property)
The Property FlexRowGap allows you to know and modify the height of the gutter which separates the lines of a control Flexbox.
<Gantt chart>.ChangeMode (Function)
Changes the number of days displayed in a Gantt Chart column in a Table or TreeView Table control.
<Gantt chart>.TimeDisplayed (Function)
Defines the time range displayed in a Gantt Chart column in a Table or TreeView Table control.
<Gantt chart>.WorkingHour (Function)
Overwrites the working hours on a row in a Gantt Chart column in a Table or TreeView Table control.
diagGroup (Type of variable)
The diagGroup type is used to define all the advanced characteristics of a group of shapes in a Diagram Editor control.
Kanban control functions
The following functions handle Kanban controls......
<Gantt chart>.GetTask (Function)
Gets a task using its identifier in a Gantt Chart column in a Table or TreeView Table control.
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
dRectangleGradient (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Describing the replicated files (ReplicEdit)
A replication includes one or more data files......
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
Handling XLS files
WINDEV and WEBDEV propose two methods for handling the Excel files......
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
HAdd (Example)
Usage example of the HAdd function
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
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.
<Chart>.PointType (Function)
Modifies the shape of point for a specific category or value found in a Line, Area, Scatter and Radar chart.
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....