ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
grParameter (Function)
Retrieves or modifies a chart parameter.
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.
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
Error 1008: The member of the class is protected
Error 1009: The member of the class is private
GanttGetTask (Function)
Gets a task using its identifier in a Gantt Chart column in a Table or TreeView Table control.
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.
WinSlidingVisible (Function)
Displays or hides a sliding window (sliding menu).
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
mongoOperationsOption (Type of variable)
The mongoOperationsOption type is used to define the options of bulk operations.
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
Spacing out a selection of controls
To create modern interfaces, you need to increase spacing between the controls in your windows......
Constants for managing images in websites
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.
hScheduledTask (Type of variable)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming......