ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
HFilter (Function)
Defines and enables a filter on a table, view or query.
SaaSDisconnect (Function)
Disconnect the user of a SaaS site beside the SaaS web service that manages the site.
Configuring the "Relative duration" mask (date and time in natural language)
WINDEV, WEBDEV and WINDEV Mobile propose to use a "Relative duration" display mask for the Date controls......
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
Error 704: The property does not exist on
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
SAPExecute (Function)
Calls a synchronous function or BAPI on a SAP system.
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
WithTilt (Property)
The WithTilt property is used to: enable or disable the tilt gesture on a Map control, determine whether the tilt gesture is enabled on a Map control....
HTransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS web service in order to allow it to be used......
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
<Map>.ChangeStyle (Function)
Changes the style of the map displayed in the Map control. As of version 2025 Update 2, this function is no longer available. The management of map styles has been modified by Google. It is now necessary to define map styles in the Google platform and then use the MapIDGgl function to manage map styles....