ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes.
WinSize (Function)
WinSize:
  • returns or modifies the window display mode (maximized, minimized or normal),
  • modifies the window height and/or width,
  • moves the window and modifies a window's height and/or width.
DrawingStyle (Function)
Allows you to find out and modify:
  • the display mode of grayed buttons found in the windows of your application.
  • the display mode of translucent border for the windows of your application.
  • the mode for loading large images.
14. Controls in practice
iPrintReport (Function)
Prints a report created with the report editor.
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system at any time......
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
PreviousPage (Function)
Returns the name of the previous page.
RunReportsAndQueries (Function)
Starts Reports and Queries and opens the WINDEV project corresponding to the current application.
HIndexingInProgress (Function)
Indicates that a reindex operation is currently performed on an HFSQL data file and returns the percentage of reindexing already performed.
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
User Control Center: Management of network applications
For each network application listed in the User Control Center, the "Management of network applications" section is used to......
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
Defining a help window template
WINDEV allows you to create help window templates......
10. Internal components in practice
11. Internal components in practice
Internal components in practice...
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
iParameterViewer (Function)
Configures the report viewer.
zipMsgError (Example)
Usage example of the zipMsgError function
Operator on Address
The & operator returns the address of a variable as an integer
Select query description window: Actions applied
This help page presents the actions that can be performed from the description window of a query....
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.