ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
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.
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "......
GPSDetectPosition (Function)
Asks to be notified when the device gets close to a given location.
Error 1008: The member of the class is protected
Error 1009: The member of the class is private
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.
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
GanttGetTask (Function)
Gets a task using its identifier in a Gantt Chart column in a Table or TreeView Table control.
Spacing out a selection of controls
To create modern interfaces, you need to increase spacing between the controls in your windows......
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
Word Processing control properties
A Word Processing control can be handled in a window by the following WLanguage properties......
iCloseReport (Function)
Stops printing the current report immediately.
docTabulation (Type of variable)
The docTabulation type is used to define the characteristics of a custom tabulation.
sfProcessSubmitRequest (Type of variable)
The sfProcessSubmitRequest type is used to describe a Salesforce record (also called a Salesforce object) to submit to SFExecuteProcess...
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
6. Internal window
Internal windows...
MCIExecute (Function)
Runs an MCI command (Media Control Interface).
Control style: Font characteristics
You can change many style options in the "Style" tab of the control description window......
NetworkDirName (Function)
Identifies the shared directory associated with a network drive.