ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
<Window>.ToSource (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
<Source>.FromWindow (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
<Image>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
Defining clickable areas
In a page, an Image control can contain clickable areas......
Managing parallel tasks
The computers are becoming more and more powerful......
ERR_CANNOT_OPEN_FILE
SpreadsheetPosition (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....
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
FaxResume (Function)
Re-enables a fax paused in the spooler (pending fax).
<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......
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
Zooming a window (AAF)
The end user can zoom the content of a window with the mouse......
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
ERR_NO_PAGE
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
Events associated with Table controls
List of events associated with Table controls...
Interactions between a Flash® animation and WEBDEV
A Flash® animation can be used to display information in the controls of a WEBDEV page......
You used WINDEV 28
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
<Image variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
Importing/Exporting a dictionary
WDTRAD allows you to import and export a dictionary......