ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fTrackStopAll (Function)
Stops all current monitoring tasks on files and directories.
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
Project Management Hub: Sprint management
A sprint or iteration is a development cycle......
<Window>.ToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the window controls are automatically updated with the values of these controls. This function is also available for WEBDEV pages....
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
Automatic documentation of external components
External components must include a technical documentation......
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
<Window>.WindowBitmap (Function)
Creates the image of the specified window in a BMP file.
WindowBitmap (Function)
Creates the image of the specified window in a BMP file.
fIsImage (Function)
Used to find out whether a file found on disk or a file contained in a buffer corresponds to an image format recognized by WINDEV, WEBDEV or WINDEV Mobile.
The different types of Table fields: programmatically, file with or without direct access
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
FileToMemoryList (Function)
Populates a List Box or Combo Box control programmatically with the records from a data file or query.
Handling XLS files
WINDEV and WEBDEV propose two methods for handling the Excel files......
WDModFic: Tool for automatic modification of tables
WDModFic is a tool for automated modification of tables on development and end-user workstations......
1. The WINDEV Framework
<zipArchive variable>.ListFile (Function)
Returns the list of files found in an archive.
spMatchesDescription (Property)
The spMatchesDescription property determines if the parameters (key derivation function, hash algorithm, iteration count and output length) of the item of type "Password" in the data file match the parameters described programmatically or in the analysis.
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....