ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with the Conference control
List of events associated with a Conference control...
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
Project management functions
List of functions for managing projects...
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Operator on Address
The & operator returns the address of a variable as an integer
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
FlexAlignItems (Property)
The Property FlexAlignItems allows you to know and modify the alignment characteristics of the fields inside a row of a Flexbox field according to the secondary axis of the field ( Property 900 corresponding CSS "align-items").
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
Events associated with the cells of the status bars
WINDEV manages the following events by default:...
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Analyzing dependencies and orphan images
To help you manage the navigation of the Web users in your sites, an advanced feature for analyzing the dependencies and the orphan images is available in WEBDEV......
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
Background image of multilingual window
In some cases, the background image of a window can contain a text (the application name, a specific caption, ......
Events associated with an Ad control
WINDEV Mobile manages the following events by default (in order of appearance in the code editor):
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
WinDisableEffect (Function)
Disables the visual effects of the graphic engine of WINDEV (for a use in TSE mode for example).
H.ErrIgnore (Variable)
Specifies the mode for processing the errors: the errors are processed by WINDEV the errors are processed by the program....
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
Mini preview window
When printing a report through programming or using iPrint, it is now possible to request the use of a mini preview instead of the traditional preview....
LargeFontFactor (Function)
Returns the current enlargement ratio of a WINDEV window (only if Windows is in "large fonts" mode).
SpreadsheetPosition (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
Typecasting of parameters
The description of the parameter type is optional......