ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)...
Radio Button control functions
The following functions are used to manage Radio Button controls......
iResetNbPages (Function)
Reinitializes the current number of pages, used in the preset controls such as "Number of pages" and "Page number and number of pages".
Multiline Zone control functions
Functions for manipulating Multiline Zone controls....
<Window>.EdDeselectAll (Function)
Deselects all the controls when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdDeselectAll (Function)
Deselects all the controls when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
ERR_NO_END_TAG
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time......
Control animations
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
<Camera>.Display (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
VideoDisplay (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
AAF: Pasting a row from one Table control into another
Table controls are used to view and manipulate data......
HTML table
The HTML Table control allows you to create specific layouts in HTML pages......
WEBDEV styles
The WEBDEV styles are advanced styles, easier to use than the CSS styles......
Programming an indexed control
Report controls
Several types of controls can be handled in a report created by the report editor......
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user....
The "Image catalog" pane
The "Image catalog" pane is a context-sensitive image catalog......
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
Designing a supercontrol
A supercontrol is an advanced type of control......