ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
IFrame control
IFrame is an HTML concept......
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
RightClick (Property)
The RightClick property gets and sets the name of the Button control that will be executed when an object is right-clicked.
Keyword properties
You can change the characteristics of a keyword at any time in the keyword properties......
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
Speech synthesis in the mobile applications
The phones can talk!......
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
PDFReaderClose (Function)
Closes and frees the PDF file displayed in a PDF Reader control.
HTMLWrapAllChildren (Function)
Wraps all children of the given node in a new node in an HTML document.
<PDF Reader>.Close (Function)
Closes and frees the PDF file displayed in a PDF Reader control.
<htmlNode variable>.WrapAllChildren (Function)
Wraps all children of the given node in a new node in an HTML document.
Parameters of the procedure used by fReadLine
WLanguage procedure ("Callback") called by fReadLine for each line read in the file.
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......
TabCloseAll (Function)
Closes all dynamic tabs of a Tab control.
<Tab>.CloseAll (Function)
Closes all dynamic tabs of a Tab control.
Sort the data displayed in your tables in one click
HTMLFromEmail (Function)
Imports the HTML content of an email and its images into an HTML Display control. The images contained in the email are also displayed in the control.
<HTML Display control>.FromEmail (Function)
Imports the HTML content of an email and its images into an HTML Display control. The images contained in the email are also displayed in the control.
HTMLEditorFromEmail (Function)
Imports the HTML content of an email and its images into an HTML Editor control. The images contained in the email are also displayed in the control.
<HTML editor>.FromEmail (Function)
Imports the HTML content of an email and its images into an HTML Editor control. The images contained in the email are also displayed in the control.
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
IdentifierAWPContext (Function)
Returns the identifier of AWP context.
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......