ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
WINDEV Mobile 2024
WINDEV Mobile 28 is available!...
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.
Setup by stand-alone physical media
A setup by stand-alone physical media allows you to provide a media that contains all the files required for installing and running a 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.
CheckAnyFalse (Function)
Returns True if at least one element of an array is False.
<Table>.FixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
<Array>.AnyFalse (Function)
Returns True if at least one element of an array is False.
TableFixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
Python: Native calls
WLanguage allows for native Python calls......
WDInst: set directory for tables and User Groupware files
The setup editor WDInst ("Tools......
WDConver: Use in interactive mode
Before you start using WDConver, you must have......
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......