ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

File (Property)
The File property is used to manage the files a functionality applies to.
<Page>.ToFile (Function)
Automatically initializes: 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)....
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
Syntax Description (Type of variable)
Syntax Description variables are used to programmatically describe the syntax of a report, window or page.
Flash control properties
The Flash control can be handled by the WLanguage properties in server code and in browser code......
<Chart>.Title (Function)
Modifies the caption and/or position of the chart title....
LineColor (Property)
The LineColor property is used to define the line color of a shape.
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
PublicationDate (Property)
The PublicationDate property is used to get the date an element was last accessed.
<Source>.Seek (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).
Destination (Property)
The Destination property is used to define: the destination of a backup. the result file of the request....
WDLog: Restoring a data file from its log
WDLog is used to apply to a backup of a data file the different operations saved in the log of this file......
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
<gglConnection variable>.Write (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
How to create a patch?
PageWidth (Property)
The PageWidth property gets and sets the width of a page.
PageHeight (Property)
The PageHeight property gets and sets the height of a page.
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
Keep-alive on connection
Extracting messages added or modified since last extraction
A project was already created and translated......
Items (Property)
The Items property is used to configure the different items of a full-text index.
<xmlDocument variable>.Save (Function)
Saves an XML document in a file.
<mongoGridFS variable>.SendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).