ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database currently displayed in the Control Center......
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
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.)...
picRTF (Type of variable)
The picRTF type is used to define all the advanced characteristics of a layer that contains RTF.
Software Factory
The concept of software factory is used to automate the process for creating applications....
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Handling a Link control through programming (Page)
WEBDEV allows you to handle a Link control through programming......
GDI+ framework
Some WINDEV features use the GDI+ framework......
1. What is the WEBDEV administrator used for
11. Window templates
WINDEV Mobile allows you to create window templates....
ocrTextBlock (Type of variable)
The ocrTextBlock type is used to define and identify all the advanced characteristics of a text block read by the native OCR system.
ocrOption (Type of variable)
The ocrOption type is used to define all the general options of the native OCR (Optical Character Recognition) system.
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play......
4. Android and iOS windows
The UI (User Interface) of an application is mainly composed of windows....
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
aiImageResult (Type of variable)
The aiImageResult type is used to retrieve the result of AIDetect.
Color constants
The color constants are mainly used in the chart functions, the print functions and the drawing functions......
Setup mode
Several methods can be used to distribute a WINDEV application......