ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
<Connection variable>.Transaction (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
grStockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
Using the Salesforce service
Salesforce is a very popular CRM software......
The structure of the RAD patterns (kept for backward compatibility)
...The RAD pattern files (MDL files) are used to describe:...
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
Num1stDayOfTheWeek (Property)
The Num1stDayOfTheWeek property gets and sets the 1st day of the week displayed in: a Calendar control. an Organizer control. a Scheduler control. an Edit control in Date format with Calendar....
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
gToText (Function)
Deletes the graphic elements from a character string that uses gStoredValue, gImage, ...
<Source>.CreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Items used in a select query
A query created in the query editor can contain several types of items......
ERR_MAX_CONNECTION
...ERR_MAX_CONNECTION...
Automatic completion
The automatic completion helps you write WLanguage code in your applications......