ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or programmatically. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
Events associated with a Switch control
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates when the image is clicked in the browser......
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
Events associated with Check Box controls
List of events associated with Check Box controls...
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
SCM administrator: Managing repositories
The SCM administrator gives you direct access to the source code of projects included in the Source Code Manager......
Selecting the keywords associated with a page
The keyword selection window allows you to select the keywords to be associated with a help page......
Events associated with Image controls
List of events associated with Image controls...
5. Modal, non-modal or MDI windows
Modal, non-modal or MDI windows...
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate....
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Automated tests: Emulation functions
List of automated tests: Emulation functions...
TypeDescription (Property)
The TypeDescription property is used to: Find out the type used by an Enumeration or Combination item. This item was defined in the data model editor or programmatically. Define the type used by an Enumeration or Combination item (when describing the item through programming)....
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....