ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector......
KeyType (Property)
The KeyType property is used to set the characteristics of a key item.
PDFToText (Function)
Extract the text contained in an Document PDF.
Testing a project: setting
By testing the project you can simulate how the application will run......
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
Designation of current element (Reserved word)
The keywords used to identify the current element are:
LooperSelect (Function)
Returns the index of the selected element in a Looper control.
fResourceDir (Function)
Returns the path of the read-only resources of the application.
Hasp (Function)
Interrogates an electronic HASP key (HASP-3, HASP-4, MemoHasp or NetHasp).
Choosing the type of link
WEBDEV proposes several types of links according to the action of link on the page controls......
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
CheckUserIDentity (Function)
Allows you to check the real identity of the current user via biometrics check.
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
grImageSize (Function)
Defines the size of the image containing the chart.
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....