ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
1. Testing a site: Elements to be tested
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
TaskRead (Function)
Reads a task in the task list of a Lotus Notes or Outlook messaging.
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
Examples for using the OLE DB provider for HFSQL
Events associated with a Slider control (WEBDEV)
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
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......
The pages
Pages are the main interface of a WEBDEV site......
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......
Operations for synchronizing SCM
When creating an executable, a library or a component, ......
DictionaryLoad (Function)
Indicates and loads the dictionary corresponding to a given language.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
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.
HandwrittenInput (Property)
The HandwrittenInput property is used to manage stylus or mouse input (Windows XP Tablet PC or Windows Vista, respectively).
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....
ChangeSourcePage (Function)
Dynamically changes the page displayed in an Internal Page control
DiagramSave (Function)
Saves a diagram as a "diag" file.
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design mode......
PageRefresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
PageParameter (Function)
Returns the value of a parameter passed to the current page.