ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
Buffer (Type de variable)
The Buffer type corresponds to a binary memory area.
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
3. Deploying a WINDEV application
The Numeric or Currency control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
WINDEV, WEBDEV and WINDEV Mobile general options
The general options are used to configure the working environment of the product used......
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
HTMLToRGB (Function)
Converts the HTML color into RGB color.
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......
Creating an executable
When your application is fully described (windows, reports, queries, etc.)......
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase Connector (also called Native Sybase Access)......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
WDInst: Configuring the automatic data file modification
The automatic data file modification updates the description of data files on user computers......
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min