ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
Color palettes
The color palettes are an easy way to customize the visual aspect of a site......
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
AppServerAddScheduledTask (Function)
Adds a new scheduled task to the application (site or webservice).
LanguageToCharset (Function)
Returns the character set corresponding to a language.
fSeek (Example)
Usage example of the fSeek function
HRead (Function)
Reads a record in a file according to a given record number.
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
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)......
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
Environment of the data model editor
Importing DreamWeaver elements into a WEBDEV site
WEBDEV allows you to import Dreamweaver elements into your WEBDEV site......
WindowCount (Function)
Calculates the number of windows currently opened in the current application.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
Environment of the report editor
Environment of the report editor...
NationToName (Function)
Returns the name of the language corresponding to a nation.
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
NationToLanguage (Function)
Returns the language corresponding to a nation.
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......