ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
Automatic index generation
The automatic index generation suggests index keywords based on the content of your help page......
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static control in a report....
WordCount (Function)
Returns the number of words in a string.
WordToArray (Function)
Fills an array with the words from a string.
WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
ExeGetPID (Function)
Returns information about the current process.
Marker (Type of variable)
The Marker type is used to define the characteristics of a marker that must be positioned on a map displayed in a Map control.
Dashboard constants
Constants used by the functions for managing Dashboard controls...
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
Environment of the report editor
Environment of the report editor...
DnD constants
List of constants used by the functions for managing the Drag and Drop....
mongoOperationDeleteOne (Type of variable)
The mongoOperationDeleteOne type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. The first document that matches the filter will be deleted.
mongoOperationDeleteAll (Type of variable)
The mongoOperationDeleteAll type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. All the documents that match the selection filter will be deleted.
API description (Type of variable)
An API Description variable is used to describe an API, its parameters, its return value and its calling options by programming.
HTMLFindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document (or in an HTML node).
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
DayWidth (Property)
The DayWidth property is used to determine and change the width of days: in a Scheduler control where the days are displayed in column and the resources in rows. in a Gantt Chart column....
Creating the menus for the pages of the WEBDEV RAD pattern
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......