ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Accessibilité (Property)
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Brochure des nouveautés 2024 : Nouveautés communes
Nouveautés de WINDEV/WEBDEV/WINDEV Mobile 2024 présentes dans la brochure des Nouveautés 2024....
Manipuler un champ Editeur_HTML par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").
Manipuler un champ Editeur_Images_WB par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").
Events associated with Link controls
List of events associated with Link controls...
_VisiteGuideeEtapeBulle (Type of variable)
Le type _VisiteGuideeEtapeBulle permet de définir toutes les caractéristiques avancées d'un XXX....
Changing sites from AWP to SEO-ready session mode
A query created in the query editor can contain several types of items......
Training sessions organized by PC SOFT
PC SOFT proposes several training classes, according to your own requirements......
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
<Image>AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image field.
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
fShortName (Example)
Usage example of the fShortName function
Manipulating Tab controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a Tab control through programming......
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
Selection (Property)
The property Selection property displays the characteristics of the selection (or cursor): in a Word Processing control. Note: This selection is located in the part being edited (body, header or footer). in a Spreadsheet control. in an HTML Editor control. in a Diagram Editor control....
docElement (Variable type)
The docElement type is used to handle each element found in a docParagraph variable.
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
2025 new features brochure: WEBDEV new features
What's new in WEBDEV 2025 is presented in the What's new 2025 brochure....
Control (Variable type)
The Control type is used to define the characteristics of a control.
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...