ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TreeView Table report
The report editor allows you to create "TreeView Table" reports......
Binding a Slider control to an item
A Slider control can be bound to an item in a data file, query, etc....
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Style sheet
A style sheet ("......
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor....
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
Appendix 2: Checking the server
Bloque entièrement ou partiellement un fichier externe....
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile...
WDDIXIO overview
The "Code hashtags" pane
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......
<Source>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
Automatic Application Features (AAF)
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
Drawing charts in an Image control
WINDEV and WEBDEV propose several functions for creating and handling charts......
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
HInfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
HCheckStructure (Function)
Defines the mode for comparing data files.
WDDIXIO overview
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
Handling Gantt Chart controls programmatically
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Merging differences (SCM)