ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
LeapYear (Function)
Indicates whether the specified year is a leap year or not.
<DateTime type>.ToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
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)....
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
CurrentDay( Function)
Returns the number of the current day in the current month.
List (Property)
The List property is used to handle the different lists of a Kanban control. You can add, modify or delete lists from a Kanban control, or navigate between them.
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......
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 ......
Example for managing videos (broadcasted by a Camera control) (prefix syntax)
In this example, the application allows you to......
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
HDBIndex (Function)
Opens an xBase index file.
HDBOpenNoLock (Function)
In single-user mode, opens an xBase data file without locking it.
HDBSortType (Function)
Returns or modifies the sequence of text items in the xBase files.
TimePicker (Function)
Opens the system time picker.
Browser management functions
List of functions for managing browsers...
Mobile-friendly website: available methods
WEBDEV includes several page creation methods that allow you to create mobile-friendly websites......
Functions for managing Dates and Times (prefix syntax)
List of functions for managing dates and times...
Project managers: How to manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
ImageLast (Function)
Displays the last image for the scroll.
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.