ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
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......
GetCountryISO (Function)
Returns the desired ISO code of a country corresponding to the caption or ISO code (of a different type) of the country according to the ISO 3166-1 standard.
AAF: Sort/Search/Filter on the columns of Table controls
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......
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
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.
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.
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.
Choosing the type of link
WEBDEV proposes several types of links according to the action of link on the page controls......
mongoOperationUpdateOne (Type of variable)
The mongoOperationUpdateOne type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. The first document that matches the selection filter will be updated.
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
9. Types of standard controls
Types of standard controls...
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
Operations available for the dates, times and durations, ...
The following operations are available for the following types of variables......
The Sidebar control
The Sidebar control gives access to different options......
".STY" file: "Style sheet" file
A style sheet is a "......
Report controls
Several types of controls can be handled in a report created by the report editor......
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......