ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
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).
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)......
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
rssDisplay (Function)
Builds a RSS stream and returns the content of the RSS stream to the client.
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Creating a skin template from an existing skin template
You can create a skin template from an existing skin template (provided by PC SOFT, for example)......
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
Print constants
List of constants used by the print functions....
Describing an element
A flexible modeling includes different elements linked together......
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
emailAttach (Type of variable)
The emailAttach type is used to handle an attachment.
The single-part and multi-part archives
Two types of archives are available......
Compilation options (chm format)
Creating the Relation pages of a WEBDEV RAD pattern
docElementImage (Type of variable)
The docElementImage type is used to handle the characteristics of an Image element found in a docElement variable.
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
EmailSaveAttachment (Example)
Usage example of the EmailSaveAttachment function