ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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).
<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....
5. Modal, non-modal or MDI windows
Modal, non-modal or MDI windows...
ExplorerAccept (Function)
Enables or disables the ability to perform "Drag and Drop" from the Windows explorer to a WINDEV window or control.
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
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].
Reports & Queries: New features in this version
9. Types of standard controls
Types of standard controls...
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
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]......
Environment of the data model editor
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
15. Unit tests on the executable
RTFSelection (Function)
Modifies or lists attributes of text currently selected in an control RTF (from a window or report WINDEV).
ScrollbarMaxPosition (Function)
Retrieves the maximum position of one of the horizontal or vertical scrollbars found in a control of a WINDEV application.