ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LockAppOn (Function)
Locks a WINDEV application.
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
SOAPAddXMLSignature (Example)
Usage example of the SOAPAddXMLSignature function
InvalidInputShowMessage (Function)
Displays an invalid input error for the specified control.
WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
Recycle code windows
By default, a single code window is opened per ......
OpenMobileWindow (Function)
Opens a window in a mobile application.
Handling Rating controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle Rating controls programmatically....
Animation (Property)
The Animation property animates an image.
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
LockAppPassword (Function)
Specifies a specific password for unlocking the current application (application locked automatically or by LockAppOn).
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
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.
DocEndModification (Function)
Signals the end of grouping for a set of operations in a single event (management of "undo/redo")....
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.
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
VideoParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
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.
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
EmulateDialog (Function)
Emulates the next call to Dialog and automatically clicks the button passed in parameter.