ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SiteAddress (Function)
Returns the Internet address for connecting to a dynamic WEBDEV site (in Session mode) found on the same server.
Image control: Operating mode of a clickable image
You can define the click actions of an Image control ("General" tab of the control description window) to make it Clickable Image control......
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
Binding a WEBDEV slider to an item
A WEBDEV slider can be bound to an item in a table, query, etc....
InputMask (Variable type)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
Defining a help window template
WINDEV allows you to create help window templates......
DictionaryLoad (Function)
Indicates and loads the dictionary corresponding to a given language.
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......
InDelayedProcedureMode (Function)
Indicates whether the code is run from a delayed procedure or from a scheduled task on the WEBDEV Application Server.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
ParallelTaskConfigure (Function)
Modifies the parameters of parallel tasks.
DiagramSave (Function)
Saves a diagram as a "diag" file.
HandwrittenInput (Property)
The HandwrittenInput property is used to manage stylus or mouse input (Windows XP Tablet PC or Windows Vista, respectively).
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....