ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

User report editor (Reports & Queries)
A report provides a custom view of data......
Bar code constants
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
BurnerVolumeName (Function)
Allows you to find out or modify the name of the CD or DVD to burn.
BurnerEject (Function)
Opens or closes the door of current burner.
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
Image detection management constants
Calculates the width (in millimeters) of the text to print, according to the specified font....
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
The Item control
The "Item" control is used to edit the content of an item found in a data file......
ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll....
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......
Converting C types
Depending on the type of programming, it may be useful to know the correspondence between the types used in C and the types used in WLanguage......
Managing the replications of HFSQL servers (Control Center)
The HFSQL Control Center is used to create, configure and manage the replications between HFSQL servers....
2. Examples and components provided with WEBDEV
Creating an action plan
The action plans group all actions that will be performed by the software factory....
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......