ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Rating control properties
The Rating control can be used in a window as well as in a page....
<Image variable>.DominantImageColor (Function)
Returns the dominant color (i.e. most frequent color) of an image found in an Image variable.
<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....
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......
<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....
Create the help system in WINDEV, WEBDEV or WINDEV Mobile
These are the main steps to create a help file (HTML, CHM or PDF)......
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
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.
The Check Box control
A Check Box can correspond to......
<Table>.EnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
RegistryListValue (Function)
Returns the name (and possibly the type) of values for a key found in the registry.
VideoParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
ERR_DISCONNECTED_RELOG
<Date type>.ToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
Message text file format
The text files created by WDMSG use a specific format......
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....
Installing and using a Bitcoin Core server
WLanguage offers various functions for handle a Bitcoin Core server......
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page or a report. Modify the notes associated with a control, a window a page or a report....
The Conference control
...The Conference control allows you to view and/or listen to video and/or sound in real time......
tapiCallDuring (Function)
Returns the duration of the call (difference between the start date and time of call and the end date and time of call).