ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
ERR_DISCONNECTED_EXEC
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
Managing iconic fonts
Include special characters in your captions via the iconic fonts....
13. Managing business rules
WINDEV Mobile allows you to manage business rules....
ImageArea (Function)
Returns the number of the image area clicked by the Web user.
InUniversalWindowsPlatformMode (Function)
Indicates whether the code is run in Universal Windows Platform mode (Universal Windows 10 App). Function kept for backward compatibility....
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
Android Widget windows
An Android application can contain one or more Widget windows......
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
The UML model
The main objective of a development team is to create optimized applications, capable of satisfying the ever-changing needs of their users......
HTMLEdit (Property)
The HTMLEdit property is used to: find out whether a Word Processing control is displayed in optimized mode for HTML editing, modify a Word Processing control to display it (or not) in optimized mode for HTML editing....
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
OCRDetectTextArea (Function)
Returns all text areas of an image without reading the text.
<Image variable>.Blur (Function)
Blurs the entire given area in a variable of type Image.
The Clickable Image control
The Clickable Image control can be used to......
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
Manager of automated tests
The test manager is used to......
HScheduledTask structure
The HScheduledTask structure is kept for backward compatibility (this structure will still be supported in the forthcoming version)....
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
<Image>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Remote WEBDEV administrator: Managing connections
The remote management tool is used to manage the connections to the dynamic WEBDEV sites....
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......