ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
HWatch (Function)
Trigger monitoring of write actions (add, modify or delete) performed on a table present on an HFSQL server. In case of modification, a specific procedure can be triggered.
<Spreadsheet>.AddFormula (Function)
Adds a calculation formula into a Spreadsheet control found in a window.
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
FTPListFile (Function)
Lists the files (and/or the directories) found in a directory of an FTP server and returns the number of listed files (and/or directories)....
Java application and WINDEV
A Java application is an application entirely compiled in Java......
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
SpreadsheetLoad (Function)
Loads a file in XLSX format in a Spreadsheet control found in a window.
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
HRestorePosition (Function)
Restores the previously saved context of a file (function HSavePosition): record in progress, filter, playback pointers.
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
HOnError (Function)
Customizes the management of HFSQL errors.