ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

RichEdit (Property)
The RichEdit property is used to manage the RTF (Rich Text Format) type: of an edit control or Static control found in a window. of a Static control found in a report....
Positioning a toolbar
A Toolbar control can be created in a "Free" window or in an "MDI Parent" window......
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
The "Images" pane
The "Images" pane allows you to view and list all the images in the project directory and subdirectories......
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....
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
The home page
The home page is the first page of your site......
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
Pinned control in a window
A pinned control remains visible even if the user moves the scrollbar of the container to display a non-visible area......
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Handling controls in a report
The different operations available for the report controls are as follows......
8. "Mobile friendly" site: Dynamic serving
Native xBase/FoxPro Access: Specific features and remarks
This help page presents the specific features regarding the programming of Native xBase/FoxPro Access......
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
mongoOperationDeleteOne (Type of variable)
The mongoOperationDeleteOne type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. The first document that matches the filter will be deleted.
mongoOperationDeleteAll (Type of variable)
The mongoOperationDeleteAll type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. All the documents that match the selection filter will be deleted.
mongoOperationUpdateAll (Type of variable)
The mongoOperationUpdateAll type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. All the documents that match the selection filter will be updated.
mongoOperationReplaceOne (Type of variable)
The mongoOperationReplaceOne type is used to define all the advanced characteristics of a document replace operation that will be added to a bulk operations list. The first document that matches the filter will be replaced.
Type and version of Web server
The configuration diagnostic displays the following error......