ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
MinHeight (Property)
The MinHeight property is used to get and change the minimum height of a control or window.
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
Test of a query
The query editor allows you to run the test of query result......
MaxWidth (Property)
The MaxWidth property is used to get and change the maximum width of a control or window.
Customizing the errors
The WEBDEV administrator (Development version) is used to customize the error messages of a WEBDEV site......
GanttTask (Type of variable)
The GanttTask type is used to define the advanced characteristics of a task for a Gantt chart.
Management of Google documents
Google Docs and Google Spreadsheet are the online word processing and the online spreadsheet proposed by Google......
Navigation map
The site map path is used to implement the structure and the sequence of pages in your site......
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
<Array>.Insert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
<Source>.HistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
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.
mongoOperationUpdateAll (Type of variable)
The mongoOperationUpdateAll type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. All the documents that match the selection filter will be updated.
mongoOperationReplaceOne (Type of variable)
The mongoOperationReplaceOne type is used to define all the advanced characteristics of a document replace operation that will be added to a bulk operations list. The first document that matches the filter will be replaced.
Computer renamed or changed
During the development phase, you may have to change the computer used for development (change computer, rename the computer, ......
grPointInfo (Function)
Returns the screen coordinates of a point or the screen coordinates of a value found in a chart.
StartDate (Property)
The StartDate property is used to get and change the start date of a time period.
EndDate (Property)
The EndDate property is used to get and change the end date of a time period.
HTMLAfter (Property)
The HTMLAfter property is used to get and change the HTML code inserted after the control.
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......