ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Checked (Property)
The Checked property gets and sets the checkmark state of an element.
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
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.
Multi-product external components
Components are a remarkably useful tool for development teams......
mongoOperationUpdateOne (Type of variable)
The mongoOperationUpdateOne type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. The first document that matches the selection filter will be updated.
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
Native AS/400 Connector
WINDEV and WEBDEV include an optional module to access AS/400 databases......
Collapsed (Property)
The Collapsed property is used to: get or define the state (collapsed or expanded) that will be used when rows are added to a TreeView Table control. find out or modify the collapsed/expanded status for: the breaks of a Table control, the breaks of a Looper control, the break headers and footers of Table and Looper controls, a Drawer control, a Ribbon control, a Navigation Bar control. a Pivot Table control in a report....
6. Editing a page: zoning mode
UPNPModifyMute (Function)
Modifies the 'Mute' status of a UPnP device....
<upnpDevice variable>.GetMute (Function)
Retrieves the 'Mute' status of a UPnP device....
<upnpDevice variable>.ModifyMute (Function)
Modifies the 'Mute' status of a UPnP device....
UPNPGetMute (Function)
Retrieves the 'Mute' status of a UPnP device....
Share your projects via Git
Git is a source code manager......
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
USING IN (Critical section)
The statement USING ... IN makes it possible to automatically perform initialization and ending operations on critical sections.
WLanguage properties available in PHP
The following properties are available in PHP...
MultimediaStatus (Function)
Indicates the status of the multimedia file played in the Multimedia control.
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
SchedulerTaskStatus (Function)
Gets or sets the status of a task created in the Windows scheduler.