ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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)....
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
NbKeyItem (Property)
The NbKeyItem property is used to get the total number of key items (including composite keys) in a record of: a file described in the data model editor, a file described programmatically, an HFSQL view, a query....
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
Relationships in a CDM
The relationships are used to link entities among themselves or to link associations to entities......
BitcoinCoreBlockCount( Function)
Returns the size of the blockchain known by the Bitcoin node (i.e. the number of blocks created since January 3, 2009). This makes it possible, for example, to calculate the approximate date of the next halving.
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......
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
Variable scope
Variables can be declared anywhere in the code....
16. Application test in practice
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main report)......
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
Automated tests: Emulation functions
List of automated tests: Emulation functions...
Events associated with the Rating control
WINDEV, WEBDEV and WINDEV Mobile manage the following event by default......
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)....
Events associated with breaks
Le menu contextuel d'un champ de saisie propose une option "Définir comme 1er champ en saisie"......
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....
Handling an Edit control programmatically
You can handle Edit controls programmatically......