ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPrintArea (Function)
Prints a text in a rectangular area.
iPrintAreaMarkdown (Function)
Prints Markdown text in a rectangular area.
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, tables, items, components, assemblies, Custom-Folders, etc.)...
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iCloseReport (Function)
Stops printing the current report immediately.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
Functions for handling directories and external files
List of functions for handling external files...
Filling a Chart control
The data that will be displayed in the Chart control can come from......
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
The Dashboard control
Dashboards are essential elements in an application......
4. Android and iOS windows
The UI (User Interface) of an application is mainly composed of windows....
11. Window templates
WINDEV Mobile allows you to create window templates....
The indexed controls
A control is an indexed control if it contains several controls with the same name......
2. User-friendly editors in practice
User-friendly editors in practice...
Locking data files: correspondence between WINDEV 5.5 and the later versions
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......
Image with automatic sequence (WEBDEV)
...Image controls with automatic sequence are used to view a series of images located in one or more site directories. The images are automatically browsed....
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
The "Images" pane
The "Images" pane allows you to view and list all the images in the project directory and subdirectories......
Sub-query
A sub-query is a query whose result is used by another query......
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV......
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
Composite keys
A composite key is a key item containing several other items......
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....
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Manipulating PDF Reader controls programmatically (prefix syntax)
PDF Reader controls can be manipulated programmatically......