ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
<Array>.AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced two-dimensional array property (xlsDocument, etc.)....
ArrayAddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced two-dimensional array property (xlsDocument, etc.)....
Ribbon control properties
The WLanguage properties can be used to handle: a Ribbon control found in a window. a pane of a Ribbon control. a grouping of a Ribbon control....
Natif Informix Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Informix (also called Native Access......
Creating an executable: General options
The main executable options are as follows......
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
How to save and retrieve an image in a binary memo
4. UI: Windows
IU of windows...
How to perform a full file browse?
5. Swipe gestures in a window
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 5 - Swipe gestures in a window - 20 min
ERR_DISCONNECTED_TIMEOUT
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
Help page identifier
To display a specific help page from your WINDEV application, an identifier must be specified for each page found in your help system......
Typing multilingual texts
For a multilingual application, you have the ability to......
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:...
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
Managing the runtime errors
Some errors may occur in your application......
"Long press" optional event
The optional event "Long press/Open context menu" is run during a long press on the controls of a window......