ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language...
Using Java code
You have the ability to enter Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive...
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language...
Reports and Queries 2024: New WLanguage features
In version 28, new functions have been introduced and some of them have been improved......
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
<Table>.ToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV or WINDEV Mobile application......
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
SourceDescription (Property)
The SourceDescription property is used to get the name of the element used as data source of a series.
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
grColumnSpacing (Function)
Indicates the spacing between each data category in a column chart or in a Minimum/Maximum stock chart....
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
IWListDisplay (Function)
Refreshes the display of an "Internal window" control with automatic iteration on a data file or query.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HListScheduledOptimization (Function)
Lists the scheduled optimization tasks of HFSQL Client/Server data files for a connection....
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
HDescribeFullTextIndex (Function)
Describes a full-text index of data file created through programming.
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the data file.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.
NullAllowed (Property)
The NullAllowed property is used to manage the NULL value in the items of HFSQL data files.