ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......
Condensed (Property)
The Condensed property is used to: Determine whether a Font variable is condensed. Condense a Font variable. This property is kept for backward compatibility....
Extended (Property)
Extended is used to: Find out whether a Font variable is extended. Extend (or not) a Font variable. This property is kept for backward compatibility....
Large (Property)
Large is used to: Find out whether a Font variable is enlarged. Enlarge (or not) a Font variable. This property is kept for backward compatibility....
TreeCopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
AddChildDelayed (Property)
The AddChildDelayed property indicates the procedure to be called when a row in a TreeView or TreeView Table control is clicked to be expanded.
iCloud functions
The functions to handle keys in an Apple iCloud-based container of "key-value" pairs are as follows......
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
The Spreadsheet control: Available formulas
At run time, in the Spreadsheet control, the end user directly enters the calculation formulas......
Sitemap file for Google
To better analyze the content of the sites, the search engine of Google is using an XML file named "Sitemap" (if it is available)......
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
Background download
Starting with version 27, files can be downloaded in the background, using the system download manager......
kbCard (Type of variable)
The kbCard type defines all the advanced characteristics of a card in a Kanban control.
Events associated with windows
List of events associated with windows...
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
Events associated with an Organizer control
The following events are associated with Organizer controls:...
Installing a Webservice (old format)