ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static control in a report....
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
Check spelling based on Hunspell dictionaries
WINDEV gives you the ability to use the spelling checker of the Word Processing controls in WINDEV applications......
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
<Image>.DrawTextRTF (Function)
Draws RTF text in an Image control.
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
4. Android and iOS windows
The UI (User Interface) of an application is mainly composed of windows....
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV or WINDEV Mobile application......
UPNPFindDevice (Function)
Finds a device based on its unique name (UDN).
The different copy modes
Two different copy modes are proposed by WDTRAD......
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
FullName (Property)
The FullName property is used to get the full name of an element.
ReceiveDate (Property)
The ReceiveDate property is used to get an email received date.
FilePath (Property)
The FilePath property gets the name of the file associated with a control.
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]......
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
<Image variable>.DrawTextRTF (Function)
Draws an RTF text in an Image variable.
<Image variable>.DrawCircle (Function)
Draws a circle or an ellipse in an Image variable.
<Image>.SavePNG (Function)
Saves an image: in a PNG file. in memory....
<Image>.SaveJPEG (Function)
Saves an image: in a JPEG file. in memory....
SCM: Management of branches
The management of branches is used to manage several versions of the same application in parallel......
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
Error 1050: This member already exists in the composite variable