ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Action Bar control functions
The following functions are used to manipulate Action Bar controls...
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window ...
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information...
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
Reverse code modeling
The reverse code modeling allows you to view in a graph......
Calling a procedure/a function
Syntax for calling a local or global procedure.
OpenChild (Function)
Opens a non-modal child window.
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
Examples for using the OLE DB provider for HFSQL
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything. For example: a scheduled task may fail, an automatic backup may fail, a node may become inactive in a HFSQL cluster, ......
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
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.
Custom properties (WLanguage)
A custom property is a code element with two events......
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
dArc (Function)
Draws an arc of circle or an arc of ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....
Creating a Pivot Table control
To create a Pivot Table control......