ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
Google Calendar management functions
List of functions for managing Google calendars...
Uploading and downloading files on Internet (WINDEV FTP and RPC)
Several methods can be used to upload and download files by Internet......
The Group structure
The Group structure is a preset structure of WLanguage (no declaration is required)......
xlsNbColumns (Function)
xlsNbColumns is kept for backward compatibility only.
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
HTMLAfter (Property)
The HTMLAfter property is used to get and change the HTML code inserted after the control.
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......
URL Rewriting
URL Rewriting is a technique used to improve SEO......
CtOLEDBProvider (Property)
The CtOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
ControlFindTextFirst (Function)
Finds and selects the first element corresponding to the sought text in a window or control.
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
Window controls
Several types of controls can be used in a window, ......
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
RightClick (Property)
The RightClick property gets and sets the name of the Button control that will be executed when an object is right-clicked.
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
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....