ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PageByPagePrint (Property)
The PageByPagePrint property is used to: Ask a report to be printed page by page. Each page of the report will be sent separately to the printer spooler. Find out the print mode of the report (page by page or all at once)....
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.
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......
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.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
UPNPExecuteAction (Function)
Runs an action on the UPnP service.
<upnpService variable>.ExecuteAction (Function)
Runs an action on the UPnP service.
nWDInitProject: Initialization code of project
Run the initialization code of project......
Project (External language)
Opens and runs a WINDEV project.
SOAPRunXML (Function)
Runs a procedure on a SOAP server.
ExecutePresetAction (Function)
Runs a preset WINDEV action.
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
ProjectInfo (Function)
Returns specific information about the project currently run.
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
The windows and pages of the User Groupware
Two methods can be used to include the user groupware......
Strict monitoring of a project
Via the Project Management Hub, WINDEV, WEBDEV and WINDEV Mobile allow you to define the different actions required to create a project......
8. If you are already familiar with WINDEV
IF statement
The conditional IF statement allows you to run an action according to a condition...
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
XAxisMin (Property)
The XAxisMin property gets the minimum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
AJAXExecute (Function)
Runs a server procedure without refreshing the page.