ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WBSetup: Managing additional languages
The "WBSetup" project corresponds to the standard setup program of WEBDEV sites......
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Windows)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
The different types of windows
The following types of windows can be created in a WINDEV application......
<WDPic variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
Sorts in a report
The sort is used to organize the information displayed in the report......
Types associated with the Word processing
WINDEV and WEBDEV propose several types of variables allowing you to handle Word Processing documents......
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
Internal component
An internal component is a set of elements from a project......
AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
FlexJustifyContent (Property)
The Property FlexJustifyContent allows you to know and modify the alignment of the fields inside the Flexbox field according to the main axis of the field ( Property corresponding CSS "justify-content").
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)......
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
The Wire control
The Wire control is used to visually link 2 controls......
tapiHold (Function)
Puts a call on hold.
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
Status bar of windows
The status bar of a window is used to display several types of information......
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
The "Window position preview" pane
The "Window position preview" pane is used to view and/or modify the opening position of the windows currently modified (according to the screen resolution used)......
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......