ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EndEvent (Function)
Cancels the interception of a Windows event on a WINDEV control or window (implemented by Event).
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
dEncrustColor (Function)
Encrusts a color in an image found in an Image variable].
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
<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....
Environment of the data model editor
<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....
nWDEvaluate: Evaluating the value of an element
Evaluating the value of an element......
tapiError (Function)
Indicates whether an error was returned by the last tapixxx function (functions for managing phone calls) to the TAPI module.
Events associated with a Gantt Chart column
ExplorerAccept (Function)
Enables or disables the ability to perform "Drag and Drop" from the Windows explorer to a WINDEV window or control.
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
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.
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.).
1. What is a website?
NetConnect (Function)
Connects to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
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.
<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....