ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
Constants used by the the functions for managing the HFSQL Cluster
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
NFC: Transferring data
NFC (Near Field Communication) is a wireless communication technology at short range and high frequency used to exchange data (named "tag") between two devices or between a device and a bullet even at short distance (few centimeters)......
HSL (Function)
Creates a color from its hue, saturation and lightness.
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
The planes (in a window or in a report)
The planes are used to group the window controls......
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main report)......
Creating an executable: Operating mode and library
The operating mode of an executable allows you to define whether the executable can be used by one or more users......
Internal component
An internal component is a set of elements from a project......
Appendix 5: Configuring the server
Bloque entièrement ou partiellement un fichier externe....
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
iInfoPrinter (Function)
Retrieves the characteristics of the current or default printer.
iPicaToMM (Function)
Converts the coordinates of a point (expressed in system coordinates) into millimeters.
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
SaaS constants
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
Handling Gantt Chart controls programmatically
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
Line control properties
List of properties associated with the Line control...
<Array>.Min (Function)
Returns the lowest value in the array.