ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
EndEvent (Function)
Cancels the interception of a Windows event on a WINDEV control or window (implemented by Event).
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......
dEncrustColor (Function)
Encrusts a color in an image found in an Image variable].
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
<Spreadsheet>.Position (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
nWDEvaluate: Evaluating the value of an element
Evaluating the value of an element......
HInfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
5. Modal, non-modal or MDI windows
Modal, non-modal or MDI windows...
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
ExplorerAccept (Function)
Enables or disables the ability to perform "Drag and Drop" from the Windows explorer to a WINDEV window or control.
1. What is a website?
<Connection variable>.InfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
EmulateDnD (Function)
Emulates a "Drag & Drop" gesture in automated tests.
MongoDB/GRIDFS databases
MongoDB is a document-oriented NoSQL database......
<Image variable>.EncrustColor (Function)
Encrusts a color in an image found in an Image variable].
9. Types of standard controls
Types of standard controls...
Reports & Queries: New features in this version
12. Available tests
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
<Window>.ToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the window controls are automatically updated with the values of these controls. This function is also available for WEBDEV pages....
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
Events associated with a Gantt Chart column
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......