ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PageSubmit (Function)
Validates the specified page and starts the execution of a button.
25. Performing a process on several successive pages
Performing a process on several successive pages...
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
<HTML Display control>.ValidateForm (Function)
Validates a form in an HTML page displayed in an HTML Display control.
HTMLValidateForm (Function)
Validates a form in an HTML page displayed in an HTML Display control.
12. Preventing from going back to a page
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
19. Sending emails
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
Image editor: Features
The image editor includes several features......
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
Inserting an image or video into a help page
It can be useful to use images or videos in help pages to explain the actions to be done, indicate which buttons must be used, etc....
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
10. Page templates
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
13. Types of standard controls
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Control template
A control template is a set of controls that can be re-used in several windows or pages......
Page Footer block
The Page footer block is run at the end of each page......
<Looper>.Save (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
8. 10 tips for better interfaces...
Page templates
WEBDEV allows you to create page templates......
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......
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed documentation......
XMLValidDocument (Function)
Validates an XML document from an XSD schema.