ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
SendKey (Function)
Simulates the keystrokes and the mouse actions.
HTML Display control processes
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display Controls......
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
URL Rewriting
URL Rewriting is a technique used to improve SEO......
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
Print constants
List of constants used by the print functions....
13. External component in practice
External component in practice...
12. External component in practice
dTextMarkdown (Function)
Draws Markdown text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable]....
Specific features of the applications for iPhone/iPad
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Properties of a help page
The characteristics of a help page are used to define......
Internal component description
The description of an internal component can opened at any time......
Various WEBDEV constants
Various WEBDEV constants...
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min