ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
Detailed use of WINDEV FTP/RPC
Error 1007: The member is global: use the: operator: to access it
WINDEV Mobile: Overview
WINDEV Mobile is a development environment for PC that allows you to develop......
Binding a Repositionable Note control to an item
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
Sequence of selection conditions for a query
When at least two selection conditions are found in a query, the sequence of selection conditions must be specified by the conditional operators AND and OR......
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
6. Chart and Pivot Table
WINDEV Tutorial: WINDEV application: Managing data Lesson 6 - Chart and Pivot Table - 30 min
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
Obtaining an SSL certificate for IIS2 (2.0 or later)
dbgStartMemoryDiff (Function)
Starts a difference operation of the memory used by the application.
Impact analysis
The impact analysis immediately identifies the consequences of the latest changes......
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.