ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
Automatic data file modification
The automatic data file modification updates the description of data files on user computers......
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
Spelling checker in the interface
WINDEV, WEBDEV and WINDEV Mobile allow you to use the OpenOffice spelling checker in your interfaces...
Partial indexing of memos
You now have the ability to index the content of a text memo item......
Composite chart
A composite chart is a chart that displays several types of charts......
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
ControlClone (Function)
Creates a new control from an existing control.
Clipping the window according to an image
An image can be used to easily define the shape of a window......
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
12. Retrieving data from a site
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.