ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DocEndModification (Function)
Signals the end of grouping for a set of operations in a single event (management of "undo/redo")....
The Multimedia control (WEBDEV)
...The Multimedia control is used to easily display a video in the browser....
WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......
OpenMobileWindow (Function)
Opens a window in a mobile application.
Configuring the setup program
Two tools can be used to create a setup program......
Handling Rating controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle Rating controls programmatically....
Using the UI modification when running a project or window test
End users can directly modify the interface of the application (according to the options specified by the developer).......
Animation (Property)
The Animation property animates an image.
LockAppPassword (Function)
Specifies a specific password for unlocking the current application (application locked automatically or by LockAppOn).
LockAppOn (Function)
Locks a WINDEV application.
xlsNbWorksheet (Function)
Returns the number of worksheets found in an XLS file.
MultimediaReader (Property)
The MultimediaReader property is used to get and change the media player currently used by a Multimedia control to play media files.
The RTF edit control: Automatic formatting toolbar
In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control becomes editable......
iSequencingAddXLS (Function)
Adds an XLS or XLSX document into a sequence of report print jobs.
EmailExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display control, etc.).
DiagramGroup (Function)
Creates a group from the elements selected in the Diagram Editor control.
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
Native Progress Connector: Programming with SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure into the analysis......
Body Complement block
The Body complement block is linked to the Body block......
Handling Gantt Chart controls programmatically