ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Video control properties
The following properties can be used on a Video control:...
7. Internal component
An internal component is a set of elements from a project....
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....
<Connection variable>.TransactionEnd (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....
Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode......
Private Store for mobile applications
There are two methods two deploy your applications......
The HTML control
The HTML control displays HTML pages or HTML code......
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
Manipulating Chart controls in a WEBDEV site
When a Chart control is executed on a page of the WEBDEV site, users can personalize visuals via a context menu......
Creating a skin template from an existing skin template
You can create a skin template from an existing skin template (provided by PC SOFT, for example)......
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
Supercontrol
A supercontrol is an advanced type of control......
Kanban control properties
In a window or page, you can use WLanguage properties to handle......
Scheduler control properties
A Scheduler control found in a window or in a page can be handled in WLanguage by the following properties....
Organizer control properties
Several WLanguage properties can be used on an Organizer control found in a window......
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
On/Off button in a window
The on/off button is a button that operates like a check box......
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
The Preset control
The "Preset" control is used to display the frequently used controls without programming......
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
Binding controls to data
A window or page can display information from......