ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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").
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....
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.
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
Creating a frameset
WEBDEV proposes several methods for creating a frameset......
Events associated with the cells of the status bars
WINDEV manages the following events by default:...
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......
Customize your charts: type, color, legends, etc.
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....
Events associated with an Ad control
WINDEV Mobile manages the following events by default (in order of appearance in the code editor):
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
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....
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
AppOpenForm (Function)
Opens: the form of an application on Android (Play Store), iOS (App Store) or Windows (Windows Store) in order for the user to give a mark to it and/or to comment it. the form for configuring the In-App purchases of an application....
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......
Animation of Chart control
The animation of Chart controls allows you to define a dynamic display in your applications......
LargeFontFactor (Function)
Returns the current enlargement ratio of a WINDEV window (only if Windows is in "large fonts" mode).
Style (Property)
The Style property is used to: retrieve or assign the entire style of a control (including the overrides). find out the style characteristics of an element in a Word Processing document....
InSimulatorMode (Function)
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile.
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
EndEvent (Function)
Cancels the interception of a Windows event on a WINDEV control or window (implemented by Event).
dEncrustColor (Function)
Encrusts a color in an image found in an Image variable].
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......
Environment of the data model editor