ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

nWDEvaluate: Evaluating the value of an element
Evaluating the value of an element......
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
tapiError (Function)
Indicates whether an error was returned by the last tapixxx function (functions for managing phone calls) to the TAPI module.
<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....
ExplorerAccept (Function)
Enables or disables the ability to perform "Drag and Drop" from the Windows explorer to a WINDEV window or control.
Events associated with a Gantt Chart column
CheckAllTrue (Function)
Returns True if all the elements of an array are True.
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
<Image variable>.EncrustColor (Function)
Encrusts a color in an image found in an Image variable].
EmulateDnD (Function)
Emulates a "Drag & Drop" gesture in automated tests.
1. What is a website?
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
SchedulerBackgroundColor (Function)
Defines a background color for a time period in a Scheduler control (time period corresponding to lunch time, a public holiday, etc.).
<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....
Reports & Queries: New features in this version
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
<Array>.AllTrue (Function)
Returns True if all the elements of an array are True.
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
12. Available tests
<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....
The Native Container control
The Native Container control is used to manage the controls not created with WINDEV or WINDEV Mobile......
tapiDevice (Function)
Selects the TAPI device that will be used during the following telephony operations: tapiDial, tapiListen....