ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ParallaxRateY (Property)
The ParallaxRateY property is used to determine and specify how fast a control moves when the scrollbar in the window, internal window or page moves.
ParallaxRateHeight (Property)
The ParallaxRateHeight property is used to determine and specify how fast a control is reduced when the scrollbar in the window, internal window or page moves.
3. Deploying a dynamic WEBDEV site
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
NumberDisplayedPage (Property)
The NumberDisplayedPage property is used to identify and change the number of the page currently displayed in the PDF Reader or Word Processing control.
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
Messaging
A messaging is included in WINDEV, WINDEV Mobile or WEBDEV......
HeightWithAnimation (Property)
The HeightWithAnimation property is used to modify the height of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
WidthWithAnimation (Property)
The WidthWithAnimation property is used to modify the width of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
Share your projects via Git
Git is a source code manager......
XMLCancelSearch (Function)
Cancels the search performed by XMLFind.
EmulateDialog (Function)
Emulates the next call to Dialog and automatically clicks the button passed in parameter.
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector for MySQL......
WDConver : Overview
WDConver is a tool used to convert data to an HFSQL Classic data file from......
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
ActionLabel (Property)
The ActionLabel property is used to get and change the label of the notification's action button....
Specific features of the Express version
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
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....
WDInst: Configuring the setup computer
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......