ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Pyramid charts
Pyramid charts allow you to view data in descending order......
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
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)....
Extra (Property)
The Extra property manges additional information.
BitcoinCore features
The Bitcoin functions that make handle a Bitcoin Core server possible include ......
KeepVisibleHierarchy (Property)
The KeepVisibleHierarchy property is used to: Determine which elements of the TreeView table will be printed: the entire hierarchy or only visible elements in the control. Change the hierarchy print mode: the entire hierarchy or only visible elements in the control....
How to use an array of structures?
An array of structures is an Array variable......
CalendarPicker (Function)
Opens a modal dialog with a calendar to enter a date.
<Document variable>.Seek (Function)
Finds a character string in an entire Document variable.
3. Application development cycle
Development cycle of a WINDEV application....
<Source>.StatNbRec (Function)
Returns the number of entries for a given key item.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
HStatNbRec (Function)
Returns the number of entries for a given key item.
Universal replication
The purpose of universal replication is to keep several databases synchronized......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
HFSQL server configuration
The HFSQL Control Center allows you to fully manage HFSQL servers......
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
TileAdd (Function)
Adds a new tile customization for the current Windows Store Apps application.
rssEntry (Type of variable)
The rssEntry type is used to handle a RSS stream entry...
OrgSaveImage (Function)
Creates an image representing the entire Organization Chart control.
WholeDay
The WholeDay property is used to set an event for an entire day.