ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Text formatting variant
You can customize text attributes such as character spacing, line spacing and font size in a window or page......
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
Handling a control through programming in a report
All report controls can be handled through programming......
ERR_CLOSED_PAGE
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
WinEditMode (Property)
The WinEditMode property is used to determine and configure the actions allowed on a window and its controls when the window switches to "UI modification by end user" mode.
Constants for managing the modification of windows by the user
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
Creating a help file
WINDEV, WEBDEV and WINDEV Mobile allow you to create a help file and associate it with an application or website......
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
The Dashboard control
Dashboards are essential elements in an application......
Properties associated with a window
List of properties associated with a window...
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page or a report. Modify the notes associated with a control, a window a page or a report....
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
SysWinTitle (Function)
Returns the title of the window.
WinChangeAlias (Function)
Modifies the alias of a window.
Java application and WINDEV
A Java application is an application entirely compiled in Java......
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV......
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
NextTitle (Function)
Modifies the title of next window to open.
WINDEV and OPC
OPC stands for "OLE for Process Control"......
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....