ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

diagImage (Type of variable)
The diagImage type is used to define all the advanced characteristics of a diagram shape created from an image.
<mongoGridFS variable>.GetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
Image Editor control properties
You can manipulate Image Editor controls in a window using the following WLanguage properties......
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
<htmlDocument variable>.FindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML document.
Image drawing and processing functions
List of image drawing and processing functions...
CalendarButton (Property)
The CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar.
How to include the SESAM VITALE services?
From version 18 of WINDEV, the import of webservices includes the necessary tools to allow the consumption of secure Webservices used to manage the Sesam Vitale cards......
Error 122: The name of an Automation object must be a string
AAFImportParameter (Function)
Loads all customizations made via AAFs (Automatic Applications Features) that have previously been saved to a file.
picLayer (Type of variable)
The picLayer type is used to define all the advanced characteristics of a layer of an image loaded in a WDPic variable.
<Window>.EdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
SpreadsheetInputFunction (Function)
Inserts a function name at cursor position in the editable cell of a Spreadsheet control found in a window.
VisibleWithAnimation (Property)
The VisibleWithAnimation property is used to make a control visible or invisible via the "Appear/Disappear" animation....
FileName (Property)
The FileName property gets the name of a file (WDPic file or file generated for a print job).
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
AIDetect (Function)
Detects different elements in an image: object, faces, etc, ... This detection is achieved through artificial intelligence (AI).
DateTimeDifference (Function)
Calculates the difference between two dates and times.
What is an application?
An application is a set of objects (windows, controls, ......
End of break block
The End of break block is optional......
SelectionLength (Property)
The SelectionLength property is used to get and change the length of the selection made in a Word Processing control.
<Word Processing>.Add (Function)
Adds at the end of a Word Processing control: an element, a document, a paragraph, a text, an image or a fragment.
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....