ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

3. Dates, arrays and structures
WEBDEV Tutorial - WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
Creating anchors
The anchors are used to define specific points in a help page......
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server data files, WDInst allows you to......
29. SEO in practice
Height (Property)
The Height property is used to get and change the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements...
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
Items (Property)
The Items property is used to configure the different items of a full-text index.
<Source>.Creation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
<Source>.Write (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
Setup of a WEBDEV site: Creating library
A library (file with a WDL extension) is used to group the resources of the project (pages, queries, ......
Different types of data (Type of variable)
A variable is defined by name and type......
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
Remote WEBDEV administrator: Personal information
The remote management tool is used to check and modify (if necessary) your personal information....
Error 303: ambiguous control name
Installer skin template
The setup program creation wizard lets you customize the setup program windows......
Comparing controls
In some cases, you may need to compare two controls in one or more windows or pages......
ControlExecuteModification (Function)
Considers that the control has been modified by the user (the Modified property is set to True for the control and for the window if necessary) and runs the "Whenever modifying" WLanguage event associated with the control.
Set of fonts (WEBDEV site)
The browser support the most common fonts by default......
15. Project Management Hub