ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Examples for using the OLE DB provider for HFSQL
Remote WEBDEV administrator: Configuration to use the statistics
A specific account dedicated to the management of statistics is required to access the statistical module. This account can be created via the remote administrator....
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
Setup directory
The setup wizard allows you to configure the setup directory of application....
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
Handling an Upload control through programming
The Upload control is used to upload one or more files....
Binding a Combo Box control to an item
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......
Interface of WDInst
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
NumberPage (Property)
The NumberPage property is used to get: the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control. the number of pages in a PDF file displayed in an Image control. the number of pages found in a PDF file displayed in a PDF Reader control. the number of pages found in a DOCX file displayed in a Word Processing control....
9. Queries
A query is used to request information from a database to view, insert, change or delete data....
TwainToBMP (Function)
Allows you to perform one of the following actions: save the document coming from the Twain device in a Bitmap file (".BMP" extension). view the document coming from the Twain device in the user interface of the device. save the document coming from the Twain device directly in memory in Bitmap format (in a buffer)....
The Peeling Corner control
The "Peeling Corner" control is used to create a visual effect in a page by presenting an image partially covered by another one......
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
TotalsEnabled (Property)
The TotalsEnabled property enables you to: Identify the calculation method used for columns in a Table or TreeView Table control (automatic or custom), Temporarily forbid or force column calculations (automatic or custom) in a Table or TreeView Table control....
Gantt Chart control properties
You can manipulate Gantt Diagram columns in Table or TreeVew Table controls using the following WLanguage properties......
XAxisMin (Property)
The XAxisMin property gets the minimum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
XAxisMax (Property)
The XAxisMax property gets the maximum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
YAxisMin (Property)
The YAxisMin property gets the minimum value of the Y-axis in a Chart control.
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......