ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

dTextHeight (Function)
Calculates text height in pixels. This new function is available from WINDEV Suite SaaS 2025 Update 2....
dTextWidth (Function)
Calculates text width in pixels. This new function is available from WINDEV Suite SaaS 2025 Update 2....
ManageHTML (Property)
The Property ManageHTML property is used to set the HTML management mode in a full-text index.
apiResponse (Variable type)
The type apiResponse type is used to obtain the result of a request sent to a previously imported REST API. Versions 2025 and later Warning This type of variable is only available from version 2025 Update 2. New in SaaS Warning This type of variable is only available from version 2025 Update 2. New in version 2025 Warning This type of variable is only available from version 2025 Update 2. Warning This type of variable is only available from version 2025 Update 2....
ManageRTF (Property)
The Property ManageRTF property is used to set the RTF management mode in a full-text index.
RTFSearch (Function)
Finds a character string in an RTF control (found in a window or in a report) or in a character string containing text in RTF format.
14. Report templates
...Report templates are used to easily standardize report layouts....
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....
Emulating constants
List of constants used by the functions for emulating automated tests....
AnimationDuration (Property)
The AnimationDuration property gets and sets the length of time an animation takes to complete one cycle: in a Chart control. This duration is set to 30 hundredths of a second by default. in an infinite Progress Bar control. This duration is set to 200 hundredths of a second by default. in an Image Gallery Looper control....
Type and version of Web server
The configuration diagnostic displays the following error......
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites......
TreeMapDelete (Function)
Deletes an element from a TreeMap control.
Table,Add (External language)
Adds an element to a Table control.
Table,Modify (External language)
Modifies an element in a Table control.
Table,Select,+ (External language)
Selects an element in a Table control.
Table,Delete (External language)
Deletes an element from a Table control.
TreeMapAdd (Function)
Adds an element into a TreeMap control.
TreeSelectMinus (Function)
Deselects an element in a TreeView control.
<TreeMap>.Add (Function)
Adds an element into a TreeMap control.
<TreeMap>.Delete (Function)
Deletes an element from a TreeMap control.
<TreeView>.SelectPlus (Function)
Selects an element in a TreeView control.
<TreeView>.SelectMinus (Function)
Deselects an element in a TreeView control.
<Array>.Reduce (Function)
Applies a computation to each element of an array.