ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Container controls
WINDEV, WEBDEV and WINDEV Mobile feature different controls that can contain other controls......
Table field linked to a table (Table file)
A data-bound Table control linked to a table is a field whose columns are linked to fields in a table or query (data source)......
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
WDHFDiff - Use
WDHFDiff is used to compare......
Border (Type of variable)
The Border type is used to handle a border through programming...
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications......
WDDeploy: Deploying a package
WDDeploy can be used to......
Markdown (Property)
The Markdown property is used to enable or disable Markdown formatting: in a control in a window. in a Static Text control in a report. in the controls of the internal window (title and description) used as a step of the Guided Tour....
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
Creating a flexible modeling
To create a new flexible modeling, you can ......
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a data file or populated programmatically). the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically)....
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
WDXView : Use
This help page presents the different features of WDXView......
Common project
Projects are often cross-platform......
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......