ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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)....
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
iCloseReport (Function)
Stops printing the current report immediately.
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
BackgroundTaskAdd (Function)
Adds a new background task.
Control constants
List of constants used by the functions for managing controls...
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
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.
grGridlines (Function)
Displays or hides the chart gridlines.
ErrorBuild (Function)
Displays a custom error message in a system error window.
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
HIndex (Function)
Rebuilds the file index (".NDX" file).
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
FaxCompleteStatus Structure
The FaxCompleteStatus structure is automatically filled during the call to FaxStatus......
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....