ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
The "Stock" charts
The Stock charts are used to represent the variations in the values of shares......
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options......
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
Local procedure
Two types of procedures are available......
GrantType (Property)
The GrantType property gets the grant types available.
XLSCell type: MaskWD property
The MaskWD property of the xlsDocument type is used to define the display mask in WINDEV or WEBDEV format that will be used in the Excel cell ("DD/MM/YYYY" for example)......
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.
AnchorToContent (Property)
The AnchorToContent property determines and changes how the control adapts to its content.
<Email variable>.ImportSource (Function)
Fills an Email variable using the content of its Source property.
<Word Processing>.Print (Function)
Prints the content of a Word Processing control in "docx" format.
HTMLEditorToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.
<HTML editor>.ToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.
<Source>.RetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
XMLModify (Function)
Modifies the content of the current element found in the XML document.
<Table>.ToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
DisplayAsMarkdown (Property)
The DisplayAsMarkdown property indicates whether or not an Edit control displays its content in Markdown format.
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
Query technical documentation
The query editor automatically creates a technical documentation for each query......