ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
OpeningParameters (Property)
The OpeningParameters property is used to get and set the parameters passed to the internal window corresponding to the bottom sliding window. This new property is available from WINDEV Suite SaaS 2025 Update 2....
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
zipArchive (Variable type)
The type zipArchive type is used to manipulate an archive file corresponding to one of the following formats: ZIP, CAB, RAR, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ).
Field style: Font characteristics
You can change many style options in the "Style" tab of the control description window......
Style (Property)
The Style property is used to: retrieve or assign the entire style of a control (including the overrides). find out the style characteristics of an element in a Word Processing document. define button styles for a Windows notification....
HTMLEdit (Property)
The HTMLEdit property is used to: find out whether a Word Processing control is displayed in optimized mode for HTML editing, modify a Word Processing control to display it (or not) in optimized mode for HTML editing....
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
VisibleOutsideWindow (Property)
The VisibleOutsideWindow property is used to: determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially). modify the visibility of an "off-window" button....
Managing main window menus
A main menu is necessarily associated with a window......
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
Create the help system in WINDEV, WEBDEV or WINDEV Mobile
These are the main steps to create a help file (HTML, CHM or PDF)......
Error 502: Incompatible type
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
SocketDeny (Function)
Run on the server, this function refuses a request for connection to an existing socket found on the server.