ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
<Source>.FromPage (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....
Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV and WINDEV Mobile......
Accessing a database via a web service
The database can be accessed via a web service......
<Page>.ToSource (Function)
Automatically initializes: 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....
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
Functions for managing objects (External language)
WDMSG, WDTRAD and WDDIXIO: Translation tools
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
tapiCallStart (Function)
Returns the date and time of the beginning of call (incoming or outgoing call).
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
VideoParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
<Date type>.ToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
RegistryListValue (Function)
Returns the name (and possibly the type) of values for a key found in the registry.
Environment of the query editor
Reading bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to create applications for reading bar codes......
Installing and using a Bitcoin Core server
WLanguage offers various functions for handle a Bitcoin Core server......
<Window>.OpenMobileWindow (Function)
Opens a window in a mobile application.
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
Message text file format
The text files created by WDMSG use a specific format......