ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

End of Document block
The End of document block is run once at the end of the report execution......
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV site, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site....
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
Restoring an HFSQL Client/Server database
A backup of a HFSQL Client/Server database can be restored at any time......
Window with arrow (iPad)
The principle of windows with arrow is straightforward......
14. Controls in practice
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
Merging differences (SCM)
WDSQL: Converting the structure of an HFSQL database
WDSQL is used to convert the structure of an HFSQL database into SQL script......
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
FullName (Property)
The FullName property is used to get the full name of an element.
FilePath (Property)
The FilePath property gets the name of the file associated with a control.
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
FileName (Property)
The FileName property gets the name of a file (WDPic file or file generated for a print job).
<Word Processing>.ToImage (Function)
Exports a page from a Word Processing control in image format.
Count (Property)
Count keyword can correspond to: the Count function. This function returns the number of occurrences of a control in a window, page or group of controls. The Count property, which returns a number of elements. This property can be used on: the controls of a window or page. For more details, see Count. a xmlNode variable. a JSON variable....
Handling a TreeView control at runtime
When the TreeView control is in edit, the user can expand or collapse the different levels of the tree structure by clicking the treeview elements....
AttributeNote (Property)
The AttributeNote property gets the value of the <Note> extension attribute.
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed on the browser of the Web user....
End of break block
The End of break block is optional......
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
The planes in WEBDEV
The planes are used to group the controls of an element......