ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
PageByPagePrint (Property)
The PageByPagePrint property is used to: Ask a report to be printed page by page. Each page of the report will be sent separately to the printer spooler. Find out the print mode of the report (page by page or all at once)....
WLanguage functions available for a report
Most WLanguage functions can be used in the events of a report (created with the report editor)......
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
The Calculated control
The "Calculated" control is used to perform calculations in a report......
BackgroundImagePrinted (Property)
The BackgroundImagePrinted is used to: Determine if the background image of a report (form or other) should be printed. Print (or not) the background image of a report....
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
VersionHTTP (Property)
The HTTPVersion property is used to manage the HTTP version used by the server....
Polar Area charts
Polar Area charts are similar to Pie charts. However, each segment has the same angle......
spLength (Property)
The spLength property is used to: Get the hash output length. This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the hash output length (only for "Password" items defined programmatically)....
8. Windows in practice
Discover the main actions that can be performed on the windows....
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
The different types of variables
The different types of variables are......
"Preset controls" pane
The "Preset controls" pane proposes several preset controls that can be included in the current window or in the current page by "Drag and Drop"......
10. Customizing the aspect of a site: skin elements
3. Managing sockets
WINDEV includes advanced socket management functions....
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
hScheduling (Type of variable)
The hScheduling type is used to define and find out the characteristics of the scheduling that must be performed: for a scheduled optimization task of HFSQL Client/Server files. for a scheduled backup task of HFSQL Client/Server files. for a scheduled replication of HFSQL servers....
SaaS administrator
The SaaS administrator is a Web site used to configure and manage the SaaS sites deployed on a WEBDEV Application Server......
Miscellaneous Windows functions
List of miscellaneous Windows functions...
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window......
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
FlexGrow (Property)
The FlexGrow property allows you to know and modify the growth factor of a control present in a row of a control c00 Flexbox.