ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Sorts in a report
The sort is used to organize the information displayed in the report......
HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database currently displayed in the Control Center......
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
PDFSave (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
Handling incoming or outgoing faxes
To send and receive faxes directly from an WINDEV application or a WEBDEV site, several functions allow you to handle faxes via the fax server available in Windows XP and Windows 2000......
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Using the Salesforce service
Salesforce is a very popular CRM software......
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
Creating a Java archive
When your Java application is developed, you can......
Business rules
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules......
Native Access to SAP
SAP is a widely used ERP......
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
Report based on a query
Queries are used to easily select records in one or more data files......
Error 1022: The access to the method of the class is restricted by a protected inheritance
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......