ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

11. User Macro-Code: UMC in practice
Handling a control through programming in a report
All report controls can be handled through programming......
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
1. WLanguage
WINDEV Mobile tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
The "Dictionary" pane
The "Dictionary" pane is used to handle the WINDEV dictionaries ("......
NationToName (Function)
Returns the name of the language corresponding to a nation.
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
Responsive Web Design: Management of anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser width is reduced......
1. WLanguage
WEBDEV Tutorial - WLanguage basics Lesson 1 - WLanguage - 5 min
pdfDocument (Type of variable)
The pdfDocument type gets all the characteristics of a PDF file: author, date created, page content, etc.
ProgressBar (Property)
WLanguage proposes...
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
The "Image catalog" pane
The "Image catalog" pane is a context-sensitive image catalog......
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....
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
Installing and starting WDTRAD
DriveUploadDirectory (Function)
Envoie un répertoire (présent sur la machine de l'utilisateur) vers un disque distant....
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
MyHostControl (Reserved word)
The MyHostControl keyword is used to handle the WEBDEV Page control from the code of the page it displays.
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
InternalPage
The Internal Property Page allows you to define the name of the internal Page to use.