ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
LooperAddLine (Function)
Adds a row at the end of a Looper control.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
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......
How to choose the data source of a control?
This help page presents the different data sources available for a control....
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
Creating a translation file
WDINT allows you to create a translation file....
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
4. Create a page in the editor...
List Box control linked to a data file or to a query
A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example......
Warning 127: You are using a data source local to the process
ModificationRule (Property)
The ModificationRule property is used to configure the modification rule (integrity management) to be applied to the data file described in the code.
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
8. If you are already familiar with WINDEV
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
Overview of external languages
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
CtDescribedPassword (Property)
The CtDescribedPassword property allows you to set the password used to open the data file in an OLE DB connection (file defined in the code only).
Outstanding progress bars
Simple or symmetric progress bar?...
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......