ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol).
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
TreeInfoXY (Function)
Returns the TreeView element found at a given position.
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
JWTParameters (Type of Variable)
The JWTParameters type allows you to define all the information necessary to perform JTW authentication.
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
Handling Mobile Image Editor controls programmatically
WINDEV Mobile allows you to programmatically handle Mobile Image Editor controls......
SourceFromWindow (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....
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
pdfTextElement (Type of variable)
The pdfTextElement type is used to find out all the characteristics of a text element in a PDF page.
CursorEnd (Property)
The CursorEnd property gets and sets the end position of the mouse selection range in the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control....
WDDeploy features
WDDeploy can be used to......
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
24. Displaying and linking pages
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.