ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

KanbanSave (Function)
Updates the record bound to the current card in the Kanban control.
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. 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 page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
CurrentDay( Function)
Returns the number of the current day in the current month.
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
Image control properties
The Image controls include properties that can be handled in WLanguage both in the windows and pages but also in the reports......
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ......
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLFirst (Function)
Positions on the first row of the query result.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Strict monitoring of a project
Via the Project Management Hub, WINDEV, WEBDEV and WINDEV Mobile allow you to define the different actions required to create a project......
TimePicker (Function)
Opens the system time picker.
Browser management functions
List of functions for managing browsers...
WDMap: Reindexing an HFSQL data file
WDMap is used to find out whether an HFSQL data file must be reindexed and reindex an HFSQL data file......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.