ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

UPNPFindDevice (Function)
Finds a device based on its unique name (UDN).
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
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....
ReceiveDate (Property)
The ReceiveDate property is used to get an email received date.
FullName (Property)
The FullName property is used to get the full name of an element.
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]......
SCM: Management of branches
The management of branches is used to manage several versions of the same application in parallel......
<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....
The different copy modes
Two different copy modes are proposed by WDTRAD......
Error 1050: This member already exists in the composite variable
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)......
ExpandedImage (Property)
The ExpandedImage property is used to: find out and modify the default image associated with an expanded row in a TreeView Table control. find out and/or modify the default image associated with an expanded row in a TreeView control. find out and modify the image associated with a specific expanded row in a TreeView Table control. find out and modify the image associated with an expanded row in a treeview item of a "TreeView table" report....
DateToDay (Function)
Returns the day that corresponds to a given date.
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
ThumbnailImage (Property)
The ThumbnailImage property is used to: Get the image associated with an element of a ListView control. Change the thumbnail image associated with an element of a ListView control....
<mongoGridFS variable>.DeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
BitcoinCoreDateTimeLatestBlock( Function)
Returns the date and time when the last block was created.
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....