ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Type of pages created by RAD
The page creation wizard shows different types of pages associated with HFSQL data files......
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
Spelling checker in the interface
WINDEV, WEBDEV and WINDEV Mobile allow you to use the OpenOffice spelling checker in your interfaces...
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
Android Control Center
Do you know where to find your application log files?...
Creating an executable: General options
The main executable options are as follows......
Step 5: Site parameters
Once the site installed, you can define the site connection options......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Selection (Property)
The Selection property is used to get the characteristics of the selection (or cursor): in a Word Processing control. Remark: This selection is in the section being edited in the control (body, header or footer). in a Spreadsheet control. in an HTML Editor control. in a Diagram Editor control....
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
TabMDI (Property)
The TabMDI property is used to: Get the type of a Tab control (simple tab or dynamic tab - MDI). Change the type of a Tab control (simple tab or dynamic tab - MDI). This property is obsolete from version 200057. Use DynamicTab....
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
9. Types of standard controls
Types of standard controls...
The Clickable Image control
The Clickable Image control can be used to......
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
Setup directory
The setup wizard allows you to configure the setup directory of application....
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
TestError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
The Cell control
The Cell control contains controls......
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....